#A1953F

Color #A1953F Reef Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Reef Gold #A1953F

Tints of Reef Gold #A1953F

Color information

#A1953F (or 0xA1953F) is unknown color: approx Reef Gold. HEX triplet: A1, 95 and 3F. RGB value is (161,149,63). Sum of RGB (Red+Green+Blue) = 161+149+63=373 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.16% from 373); Green value is 149 (58.59% from 255 or 39.95% from 373); Blue value is 63 (25% from 255 or 16.89% from 373); Max value from RGB is 161 - color contains mainly: red. Hex color #A1953F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1953F is #5E6AC0. Grayscale: #8F8F8F. Windows color (decimal): -6187713 or 4167073. OLE color: 4167073.

HSL color Cylindrical-coordinate representation of color #A1953F: hue angle of 52.65º degrees, saturation: 0.44, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A1953F is Cyan = 0, Magento = 0.07, Yellow = 0.61 and Black (K on CMYK) = 0.37.

Color convert

RGB16114963-
CMYK00.070.610.37
HSL52.65º43.75%43.92%-
HSV(B)52.65º60.87%63.14%-
XYZ26.3429.438.99-
YUV142.7882.98140.99-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 161 (63.28% from 255) = 43.16%
GREEN value IS 149 (58.59% from 255) = 39.95%
BLUE value IS 63 (25% from 255) = 16.89%
R=43.16%
G=39.95%
B=16.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.61
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611496300.070.610.3752.6543.7543.92
HexA1953F073D25352c2c
Octal24122577077545655454
Binary10100001100101011111110111111101100101110101101100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1953F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1953F; }

 p { color: rgb(161,149,63); }

 H1.HeaderClassName
 {
   color: #A1953F;
 }
 .AnyTagClassName
 {
   color: #A1953F;
 }
</style>
background-color css

<style>
 a { background-color: #A1953F; }

 a { background-color: rgb(161,149,63); }

 div.DivClassName
 {
   background-color: #A1953F;
 }
 .BgClassName
 {
   background-color: #A1953F;
 }
</style>
border-color css

<style>
 span { border-color: #A1953F; }

 span { border-color: rgb(161,149,63); }

 td.TdClassName
 {
   border-color: #A1953F;
 }
 .TagClassName
 {
   border-color: #A1953F;
 }
</style>