#AA962D

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

Shades of Reef Gold #AA962D

Tints of Reef Gold #AA962D

Color information

#AA962D (or 0xAA962D) is unknown color: approx Reef Gold. HEX triplet: AA, 96 and 2D. RGB value is (170,150,45). Sum of RGB (Red+Green+Blue) = 170+150+45=365 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.58% from 365); Green value is 150 (58.98% from 255 or 41.10% from 365); Blue value is 45 (17.97% from 255 or 12.33% from 365); Max value from RGB is 170 - color contains mainly: red. Hex color #AA962D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA962D is #5569D2. Grayscale: #909090. Windows color (decimal): -5597651 or 2987690. OLE color: 2987690.

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

Color convert

RGB17015045-
CMYK00.120.740.33
HSL50.4º58.14%42.16%-
HSV(B)50.4º73.53%66.67%-
XYZ27.9630.556.91-
YUV144.0172.13146.54-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 46.58%
GREEN value IS 150 (58.98% from 255) = 41.10%
BLUE value IS 45 (17.97% from 255) = 12.33%
R=46.58%
G=41.10%
B=12.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.74
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701504500.120.740.3350.458.1442.16
HexAA962D0C4A21323a2a
Octal2522265501411241627252
Binary1010101010010110101101011001001010100001110010111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA962D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA962D; }

 p { color: rgb(170,150,45); }

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

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

 a { background-color: rgb(170,150,45); }

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

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

 span { border-color: rgb(170,150,45); }

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