#A29631

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

Shades of Reef Gold #A29631

Tints of Reef Gold #A29631

Color information

#A29631 (or 0xA29631) is unknown color: approx Reef Gold. HEX triplet: A2, 96 and 31. RGB value is (162,150,49). Sum of RGB (Red+Green+Blue) = 162+150+49=361 (47% of max value = 765). Red value is 162 (63.67% from 255 or 44.88% from 361); Green value is 150 (58.98% from 255 or 41.55% from 361); Blue value is 49 (19.53% from 255 or 13.57% from 361); Max value from RGB is 162 - color contains mainly: red. Hex color #A29631 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A29631 is #5D69CE. Grayscale: #8E8E8E. Windows color (decimal): -6121935 or 3249826. OLE color: 3249826.

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

Color convert

RGB16215049-
CMYK00.070.700.36
HSL53.63º53.55%41.37%-
HSV(B)53.63º69.75%63.53%-
XYZ26.3629.727.25-
YUV142.0775.48142.21-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 44.88%
GREEN value IS 150 (58.98% from 255) = 41.55%
BLUE value IS 49 (19.53% from 255) = 13.57%
R=44.88%
G=41.55%
B=13.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.70
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621504900.070.700.3653.6353.5541.37
HexA29631074624363629
Octal242226610710644666651
Binary101000101001011011000101111000110100100110110110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29631

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29631; }

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

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

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

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

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

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

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

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