#AA8C2C

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

Shades of Reef Gold #AA8C2C

Tints of Reef Gold #AA8C2C

Color information

#AA8C2C (or 0xAA8C2C) is unknown color: approx Reef Gold. HEX triplet: AA, 8C and 2C. RGB value is (170,140,44). Sum of RGB (Red+Green+Blue) = 170+140+44=354 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.02% from 354); Green value is 140 (55.08% from 255 or 39.55% from 354); Blue value is 44 (17.58% from 255 or 12.43% from 354); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8C2C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA8C2C is #5573D3. Grayscale: #8A8A8A. Windows color (decimal): -5600212 or 2919594. OLE color: 2919594.

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

Color convert

RGB17014044-
CMYK00.180.740.33
HSL45.71º58.88%41.96%-
HSV(B)45.71º74.12%66.67%-
XYZ26.4127.486.3-
YUV138.0374.94150.81-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 48.02%
GREEN value IS 140 (55.08% from 255) = 39.55%
BLUE value IS 44 (17.58% from 255) = 12.43%
R=48.02%
G=39.55%
B=12.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.74
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701404400.180.740.3345.7158.8841.96
HexAA8C2C0124A212e3b2a
Octal2522145402211241567352
Binary10101010100011001011000100101001010100001101110111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8C2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8C2C; }

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

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

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

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

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

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

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

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