#A29635

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

Shades of Reef Gold #A29635

Tints of Reef Gold #A29635

Color information

#A29635 (or 0xA29635) is unknown color: approx Reef Gold. HEX triplet: A2, 96 and 35. RGB value is (162,150,53). Sum of RGB (Red+Green+Blue) = 162+150+53=365 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.38% from 365); Green value is 150 (58.98% from 255 or 41.10% from 365); Blue value is 53 (21.09% from 255 or 14.52% from 365); Max value from RGB is 162 - color contains mainly: red. Hex color #A29635 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A29635 is #5D69CA. Grayscale: #8E8E8E. Windows color (decimal): -6121931 or 3511970. OLE color: 3511970.

HSL color Cylindrical-coordinate representation of color #A29635: hue angle of 53.39º degrees, saturation: 0.51, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A29635 is Cyan = 0, Magento = 0.07, Yellow = 0.67 and Black (K on CMYK) = 0.36.

Color convert

RGB16215053-
CMYK00.070.670.36
HSL53.39º50.7%42.16%-
HSV(B)53.39º67.28%63.53%-
XYZ26.4529.757.72-
YUV142.5377.48141.89-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 44.38%
GREEN value IS 150 (58.98% from 255) = 41.10%
BLUE value IS 53 (21.09% from 255) = 14.52%
R=44.38%
G=41.10%
B=14.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.67
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621505300.070.670.3653.3950.742.16
HexA2963507432435332a
Octal242226650710344656352
Binary101000101001011011010101111000011100100110101110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29635

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29635; }

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

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

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

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

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

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

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

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