#A99C36

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

Shades of Reef Gold #A99C36

Tints of Reef Gold #A99C36

Color information

#A99C36 (or 0xA99C36) is unknown color: approx Reef Gold. HEX triplet: A9, 9C and 36. RGB value is (169,156,54). Sum of RGB (Red+Green+Blue) = 169+156+54=379 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.59% from 379); Green value is 156 (61.33% from 255 or 41.16% from 379); Blue value is 54 (21.48% from 255 or 14.25% from 379); Max value from RGB is 169 - color contains mainly: red. Hex color #A99C36 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A99C36 is #5663C9. Grayscale: #949494. Windows color (decimal): -5661642 or 3579049. OLE color: 3579049.

HSL color Cylindrical-coordinate representation of color #A99C36: hue angle of 53.22º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A99C36 is Cyan = 0, Magento = 0.08, Yellow = 0.68 and Black (K on CMYK) = 0.34.

Color convert

RGB16915654-
CMYK00.080.680.34
HSL53.22º51.57%43.73%-
HSV(B)53.22º68.05%66.27%-
XYZ28.9232.488.23-
YUV148.2674.81142.79-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 44.59%
GREEN value IS 156 (61.33% from 255) = 41.16%
BLUE value IS 54 (21.48% from 255) = 14.25%
R=44.59%
G=41.16%
B=14.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.68
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691565400.080.680.3453.2251.5743.73
HexA99C3608442235342c
Octal2512346601010442656454
Binary1010100110011100110110010001000100100010110101110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99C36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99C36; }

 p { color: rgb(169,156,54); }

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

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

 a { background-color: rgb(169,156,54); }

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

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

 span { border-color: rgb(169,156,54); }

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