#A1892F

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

Shades of Reef Gold #A1892F

Tints of Reef Gold #A1892F

Color information

#A1892F (or 0xA1892F) is unknown color: approx Reef Gold. HEX triplet: A1, 89 and 2F. RGB value is (161,137,47). Sum of RGB (Red+Green+Blue) = 161+137+47=345 (45% of max value = 765). Red value is 161 (63.28% from 255 or 46.67% from 345); Green value is 137 (53.91% from 255 or 39.71% from 345); Blue value is 47 (18.75% from 255 or 13.62% from 345); Max value from RGB is 161 - color contains mainly: red. Hex color #A1892F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1892F is #5E76D0. Grayscale: #868686. Windows color (decimal): -6190801 or 3115425. OLE color: 3115425.

HSL color Cylindrical-coordinate representation of color #A1892F: hue angle of 47.37º 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 #A1892F is Cyan = 0, Magento = 0.15, Yellow = 0.71 and Black (K on CMYK) = 0.37.

Color convert

RGB16113747-
CMYK00.150.710.37
HSL47.37º54.81%40.78%-
HSV(B)47.37º70.81%63.14%-
XYZ24.1625.676.37-
YUV133.9278.95147.32-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 46.67%
GREEN value IS 137 (53.91% from 255) = 39.71%
BLUE value IS 47 (18.75% from 255) = 13.62%
R=46.67%
G=39.71%
B=13.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.71
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611374700.150.710.3747.3754.8140.78
HexA1892F0F47252f3729
Octal2412115701710745576751
Binary1010000110001001101111011111000111100101101111110111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1892F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1892F; }

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

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

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

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

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

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

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

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