#A28532

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

Shades of Reef Gold #A28532

Tints of Reef Gold #A28532

Color information

#A28532 (or 0xA28532) is unknown color: approx Reef Gold. HEX triplet: A2, 85 and 32. RGB value is (162,133,50). Sum of RGB (Red+Green+Blue) = 162+133+50=345 (45% of max value = 765). Red value is 162 (63.67% from 255 or 46.96% from 345); Green value is 133 (52.34% from 255 or 38.55% from 345); Blue value is 50 (19.92% from 255 or 14.49% from 345); Max value from RGB is 162 - color contains mainly: red. Hex color #A28532 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A28532 is #5D7ACD. Grayscale: #848484. Windows color (decimal): -6126286 or 3311010. OLE color: 3311010.

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

Color convert

RGB16213350-
CMYK00.180.690.36
HSL44.46º52.83%41.57%-
HSV(B)44.46º69.14%63.53%-
XYZ23.8624.696.52-
YUV132.2181.61149.25-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 46.96%
GREEN value IS 133 (52.34% from 255) = 38.55%
BLUE value IS 50 (19.92% from 255) = 14.49%
R=46.96%
G=38.55%
B=14.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.69
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621335000.180.690.3644.4652.8341.57
HexA2853201245242c352a
Octal2422056202210544546552
Binary10100010100001011100100100101000101100100101100110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28532; }

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

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

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

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

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

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

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

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