#aa6f31

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

Shades of Reno Sand #AA6F31

Tints of Reno Sand #AA6F31

Color information

#AA6F31 (or 0xAA6F31) is unknown color: approx Reno Sand. HEX triplet: AA, 6F and 31. RGB value is (170,111,49). Sum of RGB (Red+Green+Blue) = 170+111+49=330 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.52% from 330); Green value is 111 (43.75% from 255 or 33.64% from 330); Blue value is 49 (19.53% from 255 or 14.85% from 330); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6F31 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA6F31 is #5590CE. Grayscale: #797979. Windows color (decimal): -5607631 or 3239850. OLE color: 3239850.

HSL color Cylindrical-coordinate representation of color #AA6F31: hue angle of 30.74º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AA6F31 is Cyan = 0, Magento = 0.35, Yellow = 0.71 and Black (K on CMYK) = 0.33.

Color convert

RGB17011149-
CMYK00.350.710.33
HSL30.74º55.25%42.94%-
HSV(B)30.74º71.18%66.67%-
XYZ22.8220.145.59-
YUV121.5787.05162.54-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 51.52%
GREEN value IS 111 (43.75% from 255) = 33.64%
BLUE value IS 49 (19.53% from 255) = 14.85%
R=51.52%
G=33.64%
B=14.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.71
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701114900.350.710.3330.7455.2542.94
HexAA6F3102347211f372b
Octal2521576104310741376753
Binary1010101011011111100010100011100011110000111111110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aa6f31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aa6f31; }

 p { color: rgb(170,111,49); }

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

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

 a { background-color: rgb(170,111,49); }

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

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

 span { border-color: rgb(170,111,49); }

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