#AA952E

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

Shades of Reef Gold #AA952E

Tints of Reef Gold #AA952E

Color information

#AA952E (or 0xAA952E) is unknown color: approx Reef Gold. HEX triplet: AA, 95 and 2E. RGB value is (170,149,46). Sum of RGB (Red+Green+Blue) = 170+149+46=365 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.58% from 365); Green value is 149 (58.59% from 255 or 40.82% from 365); Blue value is 46 (18.36% from 255 or 12.60% from 365); Max value from RGB is 170 - color contains mainly: red. Hex color #AA952E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA952E is #556AD1. Grayscale: #8F8F8F. Windows color (decimal): -5597906 or 3052970. OLE color: 3052970.

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

Color convert

RGB17014946-
CMYK00.120.730.33
HSL49.84º57.41%42.35%-
HSV(B)49.84º72.94%66.67%-
XYZ27.8230.246.96-
YUV143.5472.96146.88-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 46.58%
GREEN value IS 149 (58.59% from 255) = 40.82%
BLUE value IS 46 (18.36% from 255) = 12.60%
R=46.58%
G=40.82%
B=12.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.73
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701494600.120.730.3349.8457.4142.35
HexAA952E0C492132392a
Octal2522255601411141627152
Binary1010101010010101101110011001001001100001110010111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA952E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA952E; }

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

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

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

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

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

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

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

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