#AE6E30

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

Shades of Reno Sand #AE6E30

Tints of Reno Sand #AE6E30

Color information

#AE6E30 (or 0xAE6E30) is unknown color: approx Reno Sand. HEX triplet: AE, 6E and 30. RGB value is (174,110,48). Sum of RGB (Red+Green+Blue) = 174+110+48=332 (43% of max value = 765). Red value is 174 (68.36% from 255 or 52.41% from 332); Green value is 110 (43.36% from 255 or 33.13% from 332); Blue value is 48 (19.14% from 255 or 14.46% from 332); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6E30 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE6E30 is #5191CF. Grayscale: #7A7A7A. Windows color (decimal): -5345744 or 3174062. OLE color: 3174062.

HSL color Cylindrical-coordinate representation of color #AE6E30: hue angle of 29.52º degrees, saturation: 0.57, 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 #AE6E30 is Cyan = 0, Magento = 0.37, Yellow = 0.72 and Black (K on CMYK) = 0.32.

Color convert

RGB17411048-
CMYK00.370.720.32
HSL29.52º56.76%43.53%-
HSV(B)29.52º72.41%68.24%-
XYZ23.5620.365.48-
YUV122.0786.2165.04-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 52.41%
GREEN value IS 110 (43.36% from 255) = 33.13%
BLUE value IS 48 (19.14% from 255) = 14.46%
R=52.41%
G=33.13%
B=14.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.72
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741104800.370.720.3229.5256.7643.53
HexAE6E3002548201e392c
Octal2561566004511040367154
Binary1010111011011101100000100101100100010000011110111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6E30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6E30; }

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

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

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

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

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

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

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

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