#A28531

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

Shades of Reef Gold #A28531

Tints of Reef Gold #A28531

Color information

#A28531 (or 0xA28531) is unknown color: approx Reef Gold. HEX triplet: A2, 85 and 31. RGB value is (162,133,49). Sum of RGB (Red+Green+Blue) = 162+133+49=344 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.09% from 344); Green value is 133 (52.34% from 255 or 38.66% from 344); Blue value is 49 (19.53% from 255 or 14.24% from 344); Max value from RGB is 162 - color contains mainly: red. Hex color #A28531 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A28531 is #5D7ACE. Grayscale: #848484. Windows color (decimal): -6126287 or 3245474. OLE color: 3245474.

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

Color convert

RGB16213349-
CMYK00.180.700.36
HSL44.6º53.55%41.37%-
HSV(B)44.6º69.75%63.53%-
XYZ23.8424.686.41-
YUV132.181.11149.33-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 47.09%
GREEN value IS 133 (52.34% from 255) = 38.66%
BLUE value IS 49 (19.53% from 255) = 14.24%
R=47.09%
G=38.66%
B=14.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.70
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621334900.180.700.3644.653.5541.37
HexA2853101246242d3629
Octal2422056102210644556651
Binary10100010100001011100010100101000110100100101101110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28531; }

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

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

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

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

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

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

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

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