#AA882C

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

Shades of Reef Gold #AA882C

Tints of Reef Gold #AA882C

Color information

#AA882C (or 0xAA882C) is unknown color: approx Reef Gold. HEX triplet: AA, 88 and 2C. RGB value is (170,136,44). Sum of RGB (Red+Green+Blue) = 170+136+44=350 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.57% from 350); Green value is 136 (53.52% from 255 or 38.86% from 350); Blue value is 44 (17.58% from 255 or 12.57% from 350); Max value from RGB is 170 - color contains mainly: red. Hex color #AA882C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA882C is #5577D3. Grayscale: #888888. Windows color (decimal): -5601236 or 2918570. OLE color: 2918570.

HSL color Cylindrical-coordinate representation of color #AA882C: hue angle of 43.81º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AA882C is Cyan = 0, Magento = 0.20, Yellow = 0.74 and Black (K on CMYK) = 0.33.

Color convert

RGB17013644-
CMYK00.200.740.33
HSL43.81º58.88%41.96%-
HSV(B)43.81º74.12%66.67%-
XYZ25.8426.346.1-
YUV135.6876.26152.48-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 48.57%
GREEN value IS 136 (53.52% from 255) = 38.86%
BLUE value IS 44 (17.58% from 255) = 12.57%
R=48.57%
G=38.86%
B=12.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.74
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701364400.200.740.3343.8158.8841.96
HexAA882C0144A212c3b2a
Octal2522105402411241547352
Binary10101010100010001011000101001001010100001101100111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA882C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA882C; }

 p { color: rgb(170,136,44); }

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

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

 a { background-color: rgb(170,136,44); }

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

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

 span { border-color: rgb(170,136,44); }

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