#A1972F

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

Shades of Reef Gold #A1972F

Tints of Reef Gold #A1972F

Color information

#A1972F (or 0xA1972F) is unknown color: approx Reef Gold. HEX triplet: A1, 97 and 2F. RGB value is (161,151,47). Sum of RGB (Red+Green+Blue) = 161+151+47=359 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.85% from 359); Green value is 151 (59.38% from 255 or 42.06% from 359); Blue value is 47 (18.75% from 255 or 13.09% from 359); Max value from RGB is 161 - color contains mainly: red. Hex color #A1972F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1972F is #5E68D0. Grayscale: #8E8E8E. Windows color (decimal): -6187217 or 3119009. OLE color: 3119009.

HSL color Cylindrical-coordinate representation of color #A1972F: hue angle of 54.74º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A1972F is Cyan = 0, Magento = 0.06, Yellow = 0.71 and Black (K on CMYK) = 0.37.

Color convert

RGB16115147-
CMYK00.060.710.37
HSL54.74º54.81%40.78%-
HSV(B)54.74º70.81%63.14%-
XYZ26.2829.927.08-
YUV142.1374.31141.46-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 44.85%
GREEN value IS 151 (59.38% from 255) = 42.06%
BLUE value IS 47 (18.75% from 255) = 13.09%
R=44.85%
G=42.06%
B=13.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.71
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611514700.060.710.3754.7454.8140.78
HexA1972F064725373729
Octal241227570610745676751
Binary101000011001011110111101101000111100101110111110111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1972F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1972F; }

 p { color: rgb(161,151,47); }

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

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

 a { background-color: rgb(161,151,47); }

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

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

 span { border-color: rgb(161,151,47); }

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