#AA972E

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

Shades of Reef Gold #AA972E

Tints of Reef Gold #AA972E

Color information

#AA972E (or 0xAA972E) is unknown color: approx Reef Gold. HEX triplet: AA, 97 and 2E. RGB value is (170,151,46). Sum of RGB (Red+Green+Blue) = 170+151+46=367 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.32% from 367); Green value is 151 (59.38% from 255 or 41.14% from 367); Blue value is 46 (18.36% from 255 or 12.53% from 367); Max value from RGB is 170 - color contains mainly: red. Hex color #AA972E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA972E is #5568D1. Grayscale: #919191. Windows color (decimal): -5597394 or 3053482. OLE color: 3053482.

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

Color convert

RGB17015146-
CMYK00.110.730.33
HSL50.81º57.41%42.35%-
HSV(B)50.81º72.94%66.67%-
XYZ28.1430.887.06-
YUV144.7172.29146.04-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 46.32%
GREEN value IS 151 (59.38% from 255) = 41.14%
BLUE value IS 46 (18.36% from 255) = 12.53%
R=46.32%
G=41.14%
B=12.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.73
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701514600.110.730.3350.8157.4142.35
HexAA972E0B492133392a
Octal2522275601311141637152
Binary1010101010010111101110010111001001100001110011111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA972E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA972E; }

 p { color: rgb(170,151,46); }

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

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

 a { background-color: rgb(170,151,46); }

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

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

 span { border-color: rgb(170,151,46); }

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