#A29237

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

Shades of Reef Gold #A29237

Tints of Reef Gold #A29237

Color information

#A29237 (or 0xA29237) is unknown color: approx Reef Gold. HEX triplet: A2, 92 and 37. RGB value is (162,146,55). Sum of RGB (Red+Green+Blue) = 162+146+55=363 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.63% from 363); Green value is 146 (57.42% from 255 or 40.22% from 363); Blue value is 55 (21.88% from 255 or 15.15% from 363); Max value from RGB is 162 - color contains mainly: red. Hex color #A29237 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A29237 is #5D6DC8. Grayscale: #8C8C8C. Windows color (decimal): -6122953 or 3642018. OLE color: 3642018.

HSL color Cylindrical-coordinate representation of color #A29237: hue angle of 51.03º degrees, saturation: 0.49, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A29237 is Cyan = 0, Magento = 0.10, Yellow = 0.66 and Black (K on CMYK) = 0.36.

Color convert

RGB16214655-
CMYK00.100.660.36
HSL51.03º49.31%42.55%-
HSV(B)51.03º66.05%63.53%-
XYZ25.8728.517.75-
YUV140.4179.8143.4-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 44.63%
GREEN value IS 146 (57.42% from 255) = 40.22%
BLUE value IS 55 (21.88% from 255) = 15.15%
R=44.63%
G=40.22%
B=15.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.66
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621465500.100.660.3651.0349.3142.55
HexA292370A422433312b
Octal2422226701210244636153
Binary1010001010010010110111010101000010100100110011110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29237

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29237; }

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

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

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

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

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

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

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

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