#A28932

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

Shades of Reef Gold #A28932

Tints of Reef Gold #A28932

Color information

#A28932 (or 0xA28932) is unknown color: approx Reef Gold. HEX triplet: A2, 89 and 32. RGB value is (162,137,50). Sum of RGB (Red+Green+Blue) = 162+137+50=349 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.42% from 349); Green value is 137 (53.91% from 255 or 39.26% from 349); Blue value is 50 (19.92% from 255 or 14.33% from 349); Max value from RGB is 162 - color contains mainly: red. Hex color #A28932 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A28932 is #5D76CD. Grayscale: #868686. Windows color (decimal): -6125262 or 3312034. OLE color: 3312034.

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

Color convert

RGB16213750-
CMYK00.150.690.36
HSL46.61º52.83%41.57%-
HSV(B)46.61º69.14%63.53%-
XYZ24.4225.86.71-
YUV134.5680.28147.57-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 46.42%
GREEN value IS 137 (53.91% from 255) = 39.26%
BLUE value IS 50 (19.92% from 255) = 14.33%
R=46.42%
G=39.26%
B=14.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.69
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621375000.150.690.3646.6152.8341.57
HexA289320F45242f352a
Octal2422116201710544576552
Binary1010001010001001110010011111000101100100101111110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28932; }

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

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

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

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

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

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

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

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