#AE6A31

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

Shades of Reno Sand #AE6A31

Tints of Reno Sand #AE6A31

Color information

#AE6A31 (or 0xAE6A31) is unknown color: approx Reno Sand. HEX triplet: AE, 6A and 31. RGB value is (174,106,49). Sum of RGB (Red+Green+Blue) = 174+106+49=329 (43% of max value = 765). Red value is 174 (68.36% from 255 or 52.89% from 329); Green value is 106 (41.80% from 255 or 32.22% from 329); Blue value is 49 (19.53% from 255 or 14.89% from 329); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6A31 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE6A31 is #5195CE. Grayscale: #787878. Windows color (decimal): -5346767 or 3238574. OLE color: 3238574.

HSL color Cylindrical-coordinate representation of color #AE6A31: hue angle of 27.36º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AE6A31 is Cyan = 0, Magento = 0.39, Yellow = 0.72 and Black (K on CMYK) = 0.32.

Color convert

RGB17410649-
CMYK00.390.720.32
HSL27.36º56.05%43.73%-
HSV(B)27.36º71.84%68.24%-
XYZ23.1619.535.45-
YUV119.8388.03166.63-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 52.89%
GREEN value IS 106 (41.80% from 255) = 32.22%
BLUE value IS 49 (19.53% from 255) = 14.89%
R=52.89%
G=32.22%
B=14.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.72
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741064900.390.720.3227.3656.0543.73
HexAE6A3102748201b382c
Octal2561526104711040337054
Binary1010111011010101100010100111100100010000011011111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6A31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6A31; }

 p { color: rgb(174,106,49); }

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

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

 a { background-color: rgb(174,106,49); }

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

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

 span { border-color: rgb(174,106,49); }

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