#A1902F

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

Shades of Reef Gold #A1902F

Tints of Reef Gold #A1902F

Color information

#A1902F (or 0xA1902F) is unknown color: approx Reef Gold. HEX triplet: A1, 90 and 2F. RGB value is (161,144,47). Sum of RGB (Red+Green+Blue) = 161+144+47=352 (46% of max value = 765). Red value is 161 (63.28% from 255 or 45.74% from 352); Green value is 144 (56.64% from 255 or 40.91% from 352); Blue value is 47 (18.75% from 255 or 13.35% from 352); Max value from RGB is 161 - color contains mainly: red. Hex color #A1902F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1902F is #5E6FD0. Grayscale: #8A8A8A. Windows color (decimal): -6189009 or 3117217. OLE color: 3117217.

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

Color convert

RGB16114447-
CMYK00.110.710.37
HSL51.05º54.81%40.78%-
HSV(B)51.05º70.81%63.14%-
XYZ25.1827.736.71-
YUV138.0276.63144.39-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 45.74%
GREEN value IS 144 (56.64% from 255) = 40.91%
BLUE value IS 47 (18.75% from 255) = 13.35%
R=45.74%
G=40.91%
B=13.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.71
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611444700.110.710.3751.0554.8140.78
HexA1902F0B4725333729
Octal2412205701310745636751
Binary1010000110010000101111010111000111100101110011110111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1902F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1902F; }

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

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

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

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

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

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

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

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