#AE6E37

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

Shades of Reno Sand #AE6E37

Tints of Reno Sand #AE6E37

Color information

#AE6E37 (or 0xAE6E37) is unknown color: approx Reno Sand. HEX triplet: AE, 6E and 37. RGB value is (174,110,55). Sum of RGB (Red+Green+Blue) = 174+110+55=339 (44% of max value = 765). Red value is 174 (68.36% from 255 or 51.33% from 339); Green value is 110 (43.36% from 255 or 32.45% from 339); Blue value is 55 (21.88% from 255 or 16.22% from 339); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6E37 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE6E37 is #5191C8. Grayscale: #7B7B7B. Windows color (decimal): -5345737 or 3632814. OLE color: 3632814.

HSL color Cylindrical-coordinate representation of color #AE6E37: hue angle of 27.73º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AE6E37 is Cyan = 0, Magento = 0.37, Yellow = 0.68 and Black (K on CMYK) = 0.32.

Color convert

RGB17411055-
CMYK00.370.680.32
HSL27.73º51.97%44.9%-
HSV(B)27.73º68.39%68.24%-
XYZ23.7220.436.31-
YUV122.8789.7164.47-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 51.33%
GREEN value IS 110 (43.36% from 255) = 32.45%
BLUE value IS 55 (21.88% from 255) = 16.22%
R=51.33%
G=32.45%
B=16.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.68
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741105500.370.680.3227.7351.9744.9
HexAE6E3702544201c342d
Octal2561566704510440346455
Binary1010111011011101101110100101100010010000011100110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6E37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6E37; }

 p { color: rgb(174,110,55); }

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

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

 a { background-color: rgb(174,110,55); }

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

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

 span { border-color: rgb(174,110,55); }

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