#A2882F

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

Shades of Reef Gold #A2882F

Tints of Reef Gold #A2882F

Color information

#A2882F (or 0xA2882F) is unknown color: approx Reef Gold. HEX triplet: A2, 88 and 2F. RGB value is (162,136,47). Sum of RGB (Red+Green+Blue) = 162+136+47=345 (45% of max value = 765). Red value is 162 (63.67% from 255 or 46.96% from 345); Green value is 136 (53.52% from 255 or 39.42% from 345); Blue value is 47 (18.75% from 255 or 13.62% from 345); Max value from RGB is 162 - color contains mainly: red. Hex color #A2882F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2882F is #5D77D0. Grayscale: #868686. Windows color (decimal): -6125521 or 3115170. OLE color: 3115170.

HSL color Cylindrical-coordinate representation of color #A2882F: hue angle of 46.43º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A2882F is Cyan = 0, Magento = 0.16, Yellow = 0.71 and Black (K on CMYK) = 0.36.

Color convert

RGB16213647-
CMYK00.160.710.36
HSL46.43º55.02%40.98%-
HSV(B)46.43º70.99%63.53%-
XYZ24.2225.496.33-
YUV133.6379.11148.24-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 46.96%
GREEN value IS 136 (53.52% from 255) = 39.42%
BLUE value IS 47 (18.75% from 255) = 13.62%
R=46.96%
G=39.42%
B=13.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.71
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621364700.160.710.3646.4355.0240.98
HexA2882F01047242e3729
Octal2422105702010744566751
Binary10100010100010001011110100001000111100100101110110111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2882F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2882F; }

 p { color: rgb(162,136,47); }

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

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

 a { background-color: rgb(162,136,47); }

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

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

 span { border-color: rgb(162,136,47); }

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