#AA942E

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

Shades of Reef Gold #AA942E

Tints of Reef Gold #AA942E

Color information

#AA942E (or 0xAA942E) is unknown color: approx Reef Gold. HEX triplet: AA, 94 and 2E. RGB value is (170,148,46). Sum of RGB (Red+Green+Blue) = 170+148+46=364 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.70% from 364); Green value is 148 (58.20% from 255 or 40.66% from 364); Blue value is 46 (18.36% from 255 or 12.64% from 364); Max value from RGB is 170 - color contains mainly: red. Hex color #AA942E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA942E is #556BD1. Grayscale: #8F8F8F. Windows color (decimal): -5598162 or 3052714. OLE color: 3052714.

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

Color convert

RGB17014846-
CMYK00.130.730.33
HSL49.35º57.41%42.35%-
HSV(B)49.35º72.94%66.67%-
XYZ27.6629.926.9-
YUV142.9573.29147.29-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 46.70%
GREEN value IS 148 (58.20% from 255) = 40.66%
BLUE value IS 46 (18.36% from 255) = 12.64%
R=46.70%
G=40.66%
B=12.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.73
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701484600.130.730.3349.3557.4142.35
HexAA942E0D492131392a
Octal2522245601511141617152
Binary1010101010010100101110011011001001100001110001111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA942E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA942E; }

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

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

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

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

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

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

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

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