#A59931

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

Shades of Reef Gold #A59931

Tints of Reef Gold #A59931

Color information

#A59931 (or 0xA59931) is unknown color: approx Reef Gold. HEX triplet: A5, 99 and 31. RGB value is (165,153,49). Sum of RGB (Red+Green+Blue) = 165+153+49=367 (48% of max value = 765). Red value is 165 (64.84% from 255 or 44.96% from 367); Green value is 153 (60.16% from 255 or 41.69% from 367); Blue value is 49 (19.53% from 255 or 13.35% from 367); Max value from RGB is 165 - color contains mainly: red. Hex color #A59931 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A59931 is #5A66CE. Grayscale: #919191. Windows color (decimal): -5924559 or 3250597. OLE color: 3250597.

HSL color Cylindrical-coordinate representation of color #A59931: hue angle of 53.79º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A59931 is Cyan = 0, Magento = 0.07, Yellow = 0.70 and Black (K on CMYK) = 0.35.

Color convert

RGB16515349-
CMYK00.070.700.35
HSL53.79º54.21%41.96%-
HSV(B)53.79º70.3%64.71%-
XYZ27.46317.44-
YUV144.7373.98142.46-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 44.96%
GREEN value IS 153 (60.16% from 255) = 41.69%
BLUE value IS 49 (19.53% from 255) = 13.35%
R=44.96%
G=41.69%
B=13.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.70
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651534900.070.700.3553.7954.2141.96
HexA5993107462336362a
Octal245231610710643666652
Binary101001011001100111000101111000110100011110110110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59931

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59931; }

 p { color: rgb(165,153,49); }

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

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

 a { background-color: rgb(165,153,49); }

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

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

 span { border-color: rgb(165,153,49); }

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