#A59032

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

Shades of Reef Gold #A59032

Tints of Reef Gold #A59032

Color information

#A59032 (or 0xA59032) is unknown color: approx Reef Gold. HEX triplet: A5, 90 and 32. RGB value is (165,144,50). Sum of RGB (Red+Green+Blue) = 165+144+50=359 (47% of max value = 765). Red value is 165 (64.84% from 255 or 45.96% from 359); Green value is 144 (56.64% from 255 or 40.11% from 359); Blue value is 50 (19.92% from 255 or 13.93% from 359); Max value from RGB is 165 - color contains mainly: red. Hex color #A59032 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A59032 is #5A6FCD. Grayscale: #8B8B8B. Windows color (decimal): -5926862 or 3313829. OLE color: 3313829.

HSL color Cylindrical-coordinate representation of color #A59032: hue angle of 49.04º degrees, saturation: 0.53, 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 #A59032 is Cyan = 0, Magento = 0.13, Yellow = 0.70 and Black (K on CMYK) = 0.35.

Color convert

RGB16514450-
CMYK00.130.700.35
HSL49.04º53.49%42.16%-
HSV(B)49.04º69.7%64.71%-
XYZ26.0728.187.08-
YUV139.5677.46146.14-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 45.96%
GREEN value IS 144 (56.64% from 255) = 40.11%
BLUE value IS 50 (19.92% from 255) = 13.93%
R=45.96%
G=40.11%
B=13.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.70
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651445000.130.700.3549.0453.4942.16
HexA590320D462331352a
Octal2452206201510643616552
Binary1010010110010000110010011011000110100011110001110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59032; }

 p { color: rgb(165,144,50); }

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

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

 a { background-color: rgb(165,144,50); }

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

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

 span { border-color: rgb(165,144,50); }

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