#AA7338

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

Shades of Reno Sand #AA7338

Tints of Reno Sand #AA7338

Color information

#AA7338 (or 0xAA7338) is unknown color: approx Reno Sand. HEX triplet: AA, 73 and 38. RGB value is (170,115,56). Sum of RGB (Red+Green+Blue) = 170+115+56=341 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.85% from 341); Green value is 115 (45.31% from 255 or 33.72% from 341); Blue value is 56 (22.27% from 255 or 16.42% from 341); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7338 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA7338 is #558CC7. Grayscale: #7D7D7D. Windows color (decimal): -5606600 or 3699626. OLE color: 3699626.

HSL color Cylindrical-coordinate representation of color #AA7338: hue angle of 31.05º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AA7338 is Cyan = 0, Magento = 0.32, Yellow = 0.67 and Black (K on CMYK) = 0.33.

Color convert

RGB17011556-
CMYK00.320.670.33
HSL31.05º50.44%44.31%-
HSV(B)31.05º67.06%66.67%-
XYZ23.4221.096.58-
YUV124.7289.22160.3-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 49.85%
GREEN value IS 115 (45.31% from 255) = 33.72%
BLUE value IS 56 (22.27% from 255) = 16.42%
R=49.85%
G=33.72%
B=16.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.67
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701155600.320.670.3331.0550.4444.31
HexAA733802043211f322c
Octal2521637004010341376254
Binary1010101011100111110000100000100001110000111111110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7338; }

 p { color: rgb(170,115,56); }

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

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

 a { background-color: rgb(170,115,56); }

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

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

 span { border-color: rgb(170,115,56); }

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