#AA743A

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

Shades of Reno Sand #AA743A

Tints of Reno Sand #AA743A

Color information

#AA743A (or 0xAA743A) is unknown color: approx Reno Sand. HEX triplet: AA, 74 and 3A. RGB value is (170,116,58). Sum of RGB (Red+Green+Blue) = 170+116+58=344 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.42% from 344); Green value is 116 (45.70% from 255 or 33.72% from 344); Blue value is 58 (23.05% from 255 or 16.86% from 344); Max value from RGB is 170 - color contains mainly: red. Hex color #AA743A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA743A is #558BC5. Grayscale: #7D7D7D. Windows color (decimal): -5606342 or 3830954. OLE color: 3830954.

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

Color convert

RGB17011658-
CMYK00.320.660.33
HSL31.07º49.12%44.71%-
HSV(B)31.07º65.88%66.67%-
XYZ23.5921.346.88-
YUV125.5389.89159.72-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 49.42%
GREEN value IS 116 (45.70% from 255) = 33.72%
BLUE value IS 58 (23.05% from 255) = 16.86%
R=49.42%
G=33.72%
B=16.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.66
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701165800.320.660.3331.0749.1244.71
HexAA743A02042211f312d
Octal2521647204010241376155
Binary1010101011101001110100100000100001010000111111110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA743A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA743A; }

 p { color: rgb(170,116,58); }

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

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

 a { background-color: rgb(170,116,58); }

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

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

 span { border-color: rgb(170,116,58); }

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