#AA923B

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

Shades of Reef Gold #AA923B

Tints of Reef Gold #AA923B

Color information

#AA923B (or 0xAA923B) is unknown color: approx Reef Gold. HEX triplet: AA, 92 and 3B. RGB value is (170,146,59). Sum of RGB (Red+Green+Blue) = 170+146+59=375 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.33% from 375); Green value is 146 (57.42% from 255 or 38.93% from 375); Blue value is 59 (23.44% from 255 or 15.73% from 375); Max value from RGB is 170 - color contains mainly: red. Hex color #AA923B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA923B is #556DC4. Grayscale: #8F8F8F. Windows color (decimal): -5598661 or 3904170. OLE color: 3904170.

HSL color Cylindrical-coordinate representation of color #AA923B: hue angle of 47.03º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AA923B is Cyan = 0, Magento = 0.14, Yellow = 0.65 and Black (K on CMYK) = 0.33.

Color convert

RGB17014659-
CMYK00.140.650.33
HSL47.03º48.47%44.9%-
HSV(B)47.03º65.29%66.67%-
XYZ27.6529.428.36-
YUV143.2680.45147.07-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 45.33%
GREEN value IS 146 (57.42% from 255) = 38.93%
BLUE value IS 59 (23.44% from 255) = 15.73%
R=45.33%
G=38.93%
B=15.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.65
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701465900.140.650.3347.0348.4744.9
HexAA923B0E41212f302d
Octal2522227301610141576055
Binary1010101010010010111011011101000001100001101111110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA923B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA923B; }

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

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

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

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

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

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

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

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