#AA922E

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

Shades of Reef Gold #AA922E

Tints of Reef Gold #AA922E

Color information

#AA922E (or 0xAA922E) is unknown color: approx Reef Gold. HEX triplet: AA, 92 and 2E. RGB value is (170,146,46). Sum of RGB (Red+Green+Blue) = 170+146+46=362 (47% of max value = 765). Red value is 170 (66.80% from 255 or 46.96% from 362); Green value is 146 (57.42% from 255 or 40.33% from 362); Blue value is 46 (18.36% from 255 or 12.71% from 362); Max value from RGB is 170 - color contains mainly: red. Hex color #AA922E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA922E is #556DD1. Grayscale: #8E8E8E. Windows color (decimal): -5598674 or 3052202. OLE color: 3052202.

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

Color convert

RGB17014646-
CMYK00.140.730.33
HSL48.39º57.41%42.35%-
HSV(B)48.39º72.94%66.67%-
XYZ27.3529.36.8-
YUV141.7873.95148.13-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 46.96%
GREEN value IS 146 (57.42% from 255) = 40.33%
BLUE value IS 46 (18.36% from 255) = 12.71%
R=46.96%
G=40.33%
B=12.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.73
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701464600.140.730.3348.3957.4142.35
HexAA922E0E492130392a
Octal2522225601611141607152
Binary1010101010010010101110011101001001100001110000111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA922E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA922E; }

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

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

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

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

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

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

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

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