#A99D33

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

Shades of Reef Gold #A99D33

Tints of Reef Gold #A99D33

Color information

#A99D33 (or 0xA99D33) is unknown color: approx Reef Gold. HEX triplet: A9, 9D and 33. RGB value is (169,157,51). Sum of RGB (Red+Green+Blue) = 169+157+51=377 (49% of max value = 765). Red value is 169 (66.41% from 255 or 44.83% from 377); Green value is 157 (61.72% from 255 or 41.64% from 377); Blue value is 51 (20.31% from 255 or 13.53% from 377); Max value from RGB is 169 - color contains mainly: red. Hex color #A99D33 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A99D33 is #5662CC. Grayscale: #949494. Windows color (decimal): -5661389 or 3382697. OLE color: 3382697.

HSL color Cylindrical-coordinate representation of color #A99D33: hue angle of 53.9º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A99D33 is Cyan = 0, Magento = 0.07, Yellow = 0.70 and Black (K on CMYK) = 0.34.

Color convert

RGB16915751-
CMYK00.070.700.34
HSL53.9º53.64%43.14%-
HSV(B)53.9º69.82%66.27%-
XYZ29.0232.797.93-
YUV148.572.98142.62-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 44.83%
GREEN value IS 157 (61.72% from 255) = 41.64%
BLUE value IS 51 (20.31% from 255) = 13.53%
R=44.83%
G=41.64%
B=13.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.70
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691575100.070.700.3453.953.6443.14
HexA99D3307462236362b
Octal251235630710642666653
Binary101010011001110111001101111000110100010110110110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99D33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99D33; }

 p { color: rgb(169,157,51); }

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

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

 a { background-color: rgb(169,157,51); }

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

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

 span { border-color: rgb(169,157,51); }

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