#A99A30

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

Shades of Reef Gold #A99A30

Tints of Reef Gold #A99A30

Color information

#A99A30 (or 0xA99A30) is unknown color: approx Reef Gold. HEX triplet: A9, 9A and 30. RGB value is (169,154,48). Sum of RGB (Red+Green+Blue) = 169+154+48=371 (49% of max value = 765). Red value is 169 (66.41% from 255 or 45.55% from 371); Green value is 154 (60.55% from 255 or 41.51% from 371); Blue value is 48 (19.14% from 255 or 12.94% from 371); Max value from RGB is 169 - color contains mainly: red. Hex color #A99A30 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A99A30 is #5665CF. Grayscale: #929292. Windows color (decimal): -5662160 or 3185321. OLE color: 3185321.

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

Color convert

RGB16915448-
CMYK00.090.720.34
HSL52.56º55.76%42.55%-
HSV(B)52.56º71.6%66.27%-
XYZ28.4531.767.43-
YUV146.472.47144.12-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 45.55%
GREEN value IS 154 (60.55% from 255) = 41.51%
BLUE value IS 48 (19.14% from 255) = 12.94%
R=45.55%
G=41.51%
B=12.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.72
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691544800.090.720.3452.5655.7642.55
HexA99A3009482235382b
Octal2512326001111042657053
Binary1010100110011010110000010011001000100010110101111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99A30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99A30; }

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

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

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

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

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

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

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

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