#AA982F

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

Shades of Reef Gold #AA982F

Tints of Reef Gold #AA982F

Color information

#AA982F (or 0xAA982F) is unknown color: approx Reef Gold. HEX triplet: AA, 98 and 2F. RGB value is (170,152,47). Sum of RGB (Red+Green+Blue) = 170+152+47=369 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.07% from 369); Green value is 152 (59.77% from 255 or 41.19% from 369); Blue value is 47 (18.75% from 255 or 12.74% from 369); Max value from RGB is 170 - color contains mainly: red. Hex color #AA982F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA982F is #5567D0. Grayscale: #919191. Windows color (decimal): -5597137 or 3119274. OLE color: 3119274.

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

Color convert

RGB17015247-
CMYK00.110.720.33
HSL51.22º56.68%42.55%-
HSV(B)51.22º72.35%66.67%-
XYZ28.3231.217.22-
YUV145.4172.46145.54-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 46.07%
GREEN value IS 152 (59.77% from 255) = 41.19%
BLUE value IS 47 (18.75% from 255) = 12.74%
R=46.07%
G=41.19%
B=12.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.72
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701524700.110.720.3351.2256.6842.55
HexAA982F0B482133392b
Octal2522305701311041637153
Binary1010101010011000101111010111001000100001110011111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA982F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA982F; }

 p { color: rgb(170,152,47); }

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

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

 a { background-color: rgb(170,152,47); }

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

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

 span { border-color: rgb(170,152,47); }

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