#AE6C30

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

Shades of Reno Sand #AE6C30

Tints of Reno Sand #AE6C30

Color information

#AE6C30 (or 0xAE6C30) is unknown color: approx Reno Sand. HEX triplet: AE, 6C and 30. RGB value is (174,108,48). Sum of RGB (Red+Green+Blue) = 174+108+48=330 (43% of max value = 765). Red value is 174 (68.36% from 255 or 52.73% from 330); Green value is 108 (42.58% from 255 or 32.73% from 330); Blue value is 48 (19.14% from 255 or 14.55% from 330); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6C30 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE6C30 is #5193CF. Grayscale: #797979. Windows color (decimal): -5346256 or 3173550. OLE color: 3173550.

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

Color convert

RGB17410848-
CMYK00.380.720.32
HSL28.57º56.76%43.53%-
HSV(B)28.57º72.41%68.24%-
XYZ23.3519.945.41-
YUV120.8986.87165.88-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 52.73%
GREEN value IS 108 (42.58% from 255) = 32.73%
BLUE value IS 48 (19.14% from 255) = 14.55%
R=52.73%
G=32.73%
B=14.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.72
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741084800.380.720.3228.5756.7643.53
HexAE6C3002648201d392c
Octal2561546004611040357154
Binary1010111011011001100000100110100100010000011101111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6C30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6C30; }

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

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

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

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

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

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

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

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