#A99A33

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

Shades of Reef Gold #A99A33

Tints of Reef Gold #A99A33

Color information

#A99A33 (or 0xA99A33) is unknown color: approx Reef Gold. HEX triplet: A9, 9A and 33. RGB value is (169,154,51). Sum of RGB (Red+Green+Blue) = 169+154+51=374 (49% of max value = 765). Red value is 169 (66.41% from 255 or 45.19% from 374); Green value is 154 (60.55% from 255 or 41.18% from 374); Blue value is 51 (20.31% from 255 or 13.64% from 374); Max value from RGB is 169 - color contains mainly: red. Hex color #A99A33 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A99A33 is #5665CC. Grayscale: #939393. Windows color (decimal): -5662157 or 3381929. OLE color: 3381929.

HSL color Cylindrical-coordinate representation of color #A99A33: hue angle of 52.37º 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 #A99A33 is Cyan = 0, Magento = 0.09, Yellow = 0.70 and Black (K on CMYK) = 0.34.

Color convert

RGB16915451-
CMYK00.090.700.34
HSL52.37º53.64%43.14%-
HSV(B)52.37º69.82%66.27%-
XYZ28.5231.797.76-
YUV146.7473.97143.88-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 45.19%
GREEN value IS 154 (60.55% from 255) = 41.18%
BLUE value IS 51 (20.31% from 255) = 13.64%
R=45.19%
G=41.18%
B=13.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.70
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691545100.090.700.3452.3753.6443.14
HexA99A3309462234362b
Octal2512326301110642646653
Binary1010100110011010110011010011000110100010110100110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99A33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99A33; }

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

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

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

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

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

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

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

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