#AA8531

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

Shades of Reef Gold #AA8531

Tints of Reef Gold #AA8531

Color information

#AA8531 (or 0xAA8531) is unknown color: approx Reef Gold. HEX triplet: AA, 85 and 31. RGB value is (170,133,49). Sum of RGB (Red+Green+Blue) = 170+133+49=352 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.30% from 352); Green value is 133 (52.34% from 255 or 37.78% from 352); Blue value is 49 (19.53% from 255 or 13.92% from 352); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8531 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA8531 is #557ACE. Grayscale: #868686. Windows color (decimal): -5601999 or 3245482. OLE color: 3245482.

HSL color Cylindrical-coordinate representation of color #AA8531: hue angle of 41.65º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AA8531 is Cyan = 0, Magento = 0.22, Yellow = 0.71 and Black (K on CMYK) = 0.33.

Color convert

RGB17013349-
CMYK00.220.710.33
HSL41.65º55.25%42.94%-
HSV(B)41.65º71.18%66.67%-
XYZ25.5225.546.49-
YUV134.4979.76153.33-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 48.30%
GREEN value IS 133 (52.34% from 255) = 37.78%
BLUE value IS 49 (19.53% from 255) = 13.92%
R=48.30%
G=37.78%
B=13.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.71
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701334900.220.710.3341.6555.2542.94
HexAA853101647212a372b
Octal2522056102610741526753
Binary10101010100001011100010101101000111100001101010110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8531; }

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

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

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

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

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

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

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

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