#A29632

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

Shades of Reef Gold #A29632

Tints of Reef Gold #A29632

Color information

#A29632 (or 0xA29632) is unknown color: approx Reef Gold. HEX triplet: A2, 96 and 32. RGB value is (162,150,50). Sum of RGB (Red+Green+Blue) = 162+150+50=362 (47% of max value = 765). Red value is 162 (63.67% from 255 or 44.75% from 362); Green value is 150 (58.98% from 255 or 41.44% from 362); Blue value is 50 (19.92% from 255 or 13.81% from 362); Max value from RGB is 162 - color contains mainly: red. Hex color #A29632 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A29632 is #5D69CD. Grayscale: #8E8E8E. Windows color (decimal): -6121934 or 3315362. OLE color: 3315362.

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

Color convert

RGB16215050-
CMYK00.070.690.36
HSL53.57º52.83%41.57%-
HSV(B)53.57º69.14%63.53%-
XYZ26.3829.727.36-
YUV142.1975.98142.13-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 44.75%
GREEN value IS 150 (58.98% from 255) = 41.44%
BLUE value IS 50 (19.92% from 255) = 13.81%
R=44.75%
G=41.44%
B=13.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.69
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621505000.070.690.3653.5752.8341.57
HexA2963207452436352a
Octal242226620710544666552
Binary101000101001011011001001111000101100100110110110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29632

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29632; }

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

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

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

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

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

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

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

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