#A29235

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

Shades of Reef Gold #A29235

Tints of Reef Gold #A29235

Color information

#A29235 (or 0xA29235) is unknown color: approx Reef Gold. HEX triplet: A2, 92 and 35. RGB value is (162,146,53). Sum of RGB (Red+Green+Blue) = 162+146+53=361 (47% of max value = 765). Red value is 162 (63.67% from 255 or 44.88% from 361); Green value is 146 (57.42% from 255 or 40.44% from 361); Blue value is 53 (21.09% from 255 or 14.68% from 361); Max value from RGB is 162 - color contains mainly: red. Hex color #A29235 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A29235 is #5D6DCA. Grayscale: #8C8C8C. Windows color (decimal): -6122955 or 3510946. OLE color: 3510946.

HSL color Cylindrical-coordinate representation of color #A29235: hue angle of 51.19º 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 #A29235 is Cyan = 0, Magento = 0.10, Yellow = 0.67 and Black (K on CMYK) = 0.36.

Color convert

RGB16214653-
CMYK00.100.670.36
HSL51.19º50.7%42.16%-
HSV(B)51.19º67.28%63.53%-
XYZ25.8228.57.51-
YUV140.1878.8143.56-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 44.88%
GREEN value IS 146 (57.42% from 255) = 40.44%
BLUE value IS 53 (21.09% from 255) = 14.68%
R=44.88%
G=40.44%
B=14.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.67
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621465300.100.670.3651.1950.742.16
HexA292350A432433332a
Octal2422226501210344636352
Binary1010001010010010110101010101000011100100110011110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29235; }

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

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

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

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

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

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

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

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