#A59631

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

Shades of Reef Gold #A59631

Tints of Reef Gold #A59631

Color information

#A59631 (or 0xA59631) is unknown color: approx Reef Gold. HEX triplet: A5, 96 and 31. RGB value is (165,150,49). Sum of RGB (Red+Green+Blue) = 165+150+49=364 (48% of max value = 765). Red value is 165 (64.84% from 255 or 45.33% from 364); Green value is 150 (58.98% from 255 or 41.21% from 364); Blue value is 49 (19.53% from 255 or 13.46% from 364); Max value from RGB is 165 - color contains mainly: red. Hex color #A59631 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A59631 is #5A69CE. Grayscale: #8F8F8F. Windows color (decimal): -5925327 or 3249829. OLE color: 3249829.

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

Color convert

RGB16515049-
CMYK00.090.700.35
HSL52.24º54.21%41.96%-
HSV(B)52.24º70.3%64.71%-
XYZ26.9830.037.28-
YUV142.9774.97143.71-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 45.33%
GREEN value IS 150 (58.98% from 255) = 41.21%
BLUE value IS 49 (19.53% from 255) = 13.46%
R=45.33%
G=41.21%
B=13.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.70
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651504900.090.700.3552.2454.2141.96
HexA5963109462334362a
Octal2452266101110643646652
Binary1010010110010110110001010011000110100011110100110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59631

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59631; }

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

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

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

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

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

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

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

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