#A28E31

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

Shades of Reef Gold #A28E31

Tints of Reef Gold #A28E31

Color information

#A28E31 (or 0xA28E31) is unknown color: approx Reef Gold. HEX triplet: A2, 8E and 31. RGB value is (162,142,49). Sum of RGB (Red+Green+Blue) = 162+142+49=353 (46% of max value = 765). Red value is 162 (63.67% from 255 or 45.89% from 353); Green value is 142 (55.86% from 255 or 40.23% from 353); Blue value is 49 (19.53% from 255 or 13.88% from 353); Max value from RGB is 162 - color contains mainly: red. Hex color #A28E31 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A28E31 is #5D71CE. Grayscale: #898989. Windows color (decimal): -6123983 or 3247778. OLE color: 3247778.

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

Color convert

RGB16214249-
CMYK00.120.700.36
HSL49.38º53.55%41.37%-
HSV(B)49.38º69.75%63.53%-
XYZ25.1327.256.84-
YUV137.3878.13145.56-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 45.89%
GREEN value IS 142 (55.86% from 255) = 40.23%
BLUE value IS 49 (19.53% from 255) = 13.88%
R=45.89%
G=40.23%
B=13.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.70
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621424900.120.700.3649.3853.5541.37
HexA28E310C4624313629
Octal2422166101410644616651
Binary1010001010001110110001011001000110100100110001110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28E31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28E31; }

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

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

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

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

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

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

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

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