#A69930

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

Shades of Reef Gold #A69930

Tints of Reef Gold #A69930

Color information

#A69930 (or 0xA69930) is unknown color: approx Reef Gold. HEX triplet: A6, 99 and 30. RGB value is (166,153,48). Sum of RGB (Red+Green+Blue) = 166+153+48=367 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.23% from 367); Green value is 153 (60.16% from 255 or 41.69% from 367); Blue value is 48 (19.14% from 255 or 13.08% from 367); Max value from RGB is 166 - color contains mainly: red. Hex color #A69930 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A69930 is #5966CF. Grayscale: #919191. Windows color (decimal): -5859024 or 3185062. OLE color: 3185062.

HSL color Cylindrical-coordinate representation of color #A69930: hue angle of 53.39º degrees, saturation: 0.55, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A69930 is Cyan = 0, Magento = 0.08, Yellow = 0.71 and Black (K on CMYK) = 0.35.

Color convert

RGB16615348-
CMYK00.080.710.35
HSL53.39º55.14%41.96%-
HSV(B)53.39º71.08%65.1%-
XYZ27.6531.17.34-
YUV144.9273.31143.04-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 45.23%
GREEN value IS 153 (60.16% from 255) = 41.69%
BLUE value IS 48 (19.14% from 255) = 13.08%
R=45.23%
G=41.69%
B=13.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.71
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661534800.080.710.3553.3955.1441.96
HexA6993008472335372a
Octal2462316001010743656752
Binary1010011010011001110000010001000111100011110101110111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69930

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69930; }

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

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

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

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

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

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

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

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