#A9912A

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

Shades of Reef Gold #A9912A

Tints of Reef Gold #A9912A

Color information

#A9912A (or 0xA9912A) is unknown color: approx Reef Gold. HEX triplet: A9, 91 and 2A. RGB value is (169,145,42). Sum of RGB (Red+Green+Blue) = 169+145+42=356 (47% of max value = 765). Red value is 169 (66.41% from 255 or 47.47% from 356); Green value is 145 (57.03% from 255 or 40.73% from 356); Blue value is 42 (16.80% from 255 or 11.80% from 356); Max value from RGB is 169 - color contains mainly: red. Hex color #A9912A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A9912A is #566ED5. Grayscale: #8C8C8C. Windows color (decimal): -5664470 or 2789801. OLE color: 2789801.

HSL color Cylindrical-coordinate representation of color #A9912A: hue angle of 48.66º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A9912A is Cyan = 0, Magento = 0.14, Yellow = 0.75 and Black (K on CMYK) = 0.34.

Color convert

RGB16914542-
CMYK00.140.750.34
HSL48.66º60.19%41.37%-
HSV(B)48.66º75.15%66.27%-
XYZ26.9128.856.34-
YUV140.4372.45148.38-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 47.47%
GREEN value IS 145 (57.03% from 255) = 40.73%
BLUE value IS 42 (16.80% from 255) = 11.80%
R=47.47%
G=40.73%
B=11.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.75
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691454200.140.750.3448.6660.1941.37
HexA9912A0E4B22313c29
Octal2512215201611342617451
Binary1010100110010001101010011101001011100010110001111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9912A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9912A; }

 p { color: rgb(169,145,42); }

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

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

 a { background-color: rgb(169,145,42); }

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

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

 span { border-color: rgb(169,145,42); }

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