#AA6D2E

Color #AA6D2E Reno Sand (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Reno Sand #AA6D2E

Tints of Reno Sand #AA6D2E

Color information

#AA6D2E (or 0xAA6D2E) is unknown color: approx Reno Sand. HEX triplet: AA, 6D and 2E. RGB value is (170,109,46). Sum of RGB (Red+Green+Blue) = 170+109+46=325 (43% of max value = 765). Red value is 170 (66.80% from 255 or 52.31% from 325); Green value is 109 (42.97% from 255 or 33.54% from 325); Blue value is 46 (18.36% from 255 or 14.15% from 325); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6D2E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA6D2E is #5592D1. Grayscale: #787878. Windows color (decimal): -5608146 or 3042730. OLE color: 3042730.

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

Color convert

RGB17010946-
CMYK00.360.730.33
HSL30.48º57.41%42.35%-
HSV(B)30.48º72.94%66.67%-
XYZ22.5419.685.2-
YUV120.0686.21163.62-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 52.31%
GREEN value IS 109 (42.97% from 255) = 33.54%
BLUE value IS 46 (18.36% from 255) = 14.15%
R=52.31%
G=33.54%
B=14.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.73
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701094600.360.730.3330.4857.4142.35
HexAA6D2E02449211e392a
Octal2521555604411141367152
Binary1010101011011011011100100100100100110000111110111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6D2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6D2E; }

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

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

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

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

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

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

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

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