#A99930

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

Shades of Reef Gold #A99930

Tints of Reef Gold #A99930

Color information

#A99930 (or 0xA99930) is unknown color: approx Reef Gold. HEX triplet: A9, 99 and 30. RGB value is (169,153,48). Sum of RGB (Red+Green+Blue) = 169+153+48=370 (49% of max value = 765). Red value is 169 (66.41% from 255 or 45.68% from 370); Green value is 153 (60.16% from 255 or 41.35% from 370); Blue value is 48 (19.14% from 255 or 12.97% from 370); Max value from RGB is 169 - color contains mainly: red. Hex color #A99930 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A99930 is #5666CF. Grayscale: #929292. Windows color (decimal): -5662416 or 3185065. OLE color: 3185065.

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

Color convert

RGB16915348-
CMYK00.090.720.34
HSL52.07º55.76%42.55%-
HSV(B)52.07º71.6%66.27%-
XYZ28.2931.437.37-
YUV145.8172.8144.54-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 45.68%
GREEN value IS 153 (60.16% from 255) = 41.35%
BLUE value IS 48 (19.14% from 255) = 12.97%
R=45.68%
G=41.35%
B=12.97%

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
Decimal1691534800.090.720.3452.0755.7642.55
HexA9993009482234382b
Octal2512316001111042647053
Binary1010100110011001110000010011001000100010110100111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99930

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99930; }

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

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

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

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

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

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

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

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