#A99A34

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

Shades of Reef Gold #A99A34

Tints of Reef Gold #A99A34

Color information

#A99A34 (or 0xA99A34) is unknown color: approx Reef Gold. HEX triplet: A9, 9A and 34. RGB value is (169,154,52). Sum of RGB (Red+Green+Blue) = 169+154+52=375 (49% of max value = 765). Red value is 169 (66.41% from 255 or 45.07% from 375); Green value is 154 (60.55% from 255 or 41.07% from 375); Blue value is 52 (20.70% from 255 or 13.87% from 375); Max value from RGB is 169 - color contains mainly: red. Hex color #A99A34 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A99A34 is #5665CB. Grayscale: #939393. Windows color (decimal): -5662156 or 3447465. OLE color: 3447465.

HSL color Cylindrical-coordinate representation of color #A99A34: hue angle of 52.31º degrees, saturation: 0.53, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A99A34 is Cyan = 0, Magento = 0.09, Yellow = 0.69 and Black (K on CMYK) = 0.34.

Color convert

RGB16915452-
CMYK00.090.690.34
HSL52.31º52.94%43.33%-
HSV(B)52.31º69.23%66.27%-
XYZ28.5431.797.88-
YUV146.8674.47143.79-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 45.07%
GREEN value IS 154 (60.55% from 255) = 41.07%
BLUE value IS 52 (20.70% from 255) = 13.87%
R=45.07%
G=41.07%
B=13.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.69
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691545200.090.690.3452.3152.9443.33
HexA99A3409452234352b
Octal2512326401110542646553
Binary1010100110011010110100010011000101100010110100110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99A34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99A34; }

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

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

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

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

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

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

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

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