#ae6c31

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

Shades of Reno Sand #AE6C31

Tints of Reno Sand #AE6C31

Color information

#AE6C31 (or 0xAE6C31) is unknown color: approx Reno Sand. HEX triplet: AE, 6C and 31. RGB value is (174,108,49). Sum of RGB (Red+Green+Blue) = 174+108+49=331 (43% of max value = 765). Red value is 174 (68.36% from 255 or 52.57% from 331); Green value is 108 (42.58% from 255 or 32.63% from 331); Blue value is 49 (19.53% from 255 or 14.80% from 331); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6C31 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE6C31 is #5193CE. Grayscale: #797979. Windows color (decimal): -5346255 or 3239086. OLE color: 3239086.

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

Color convert

RGB17410849-
CMYK00.380.720.32
HSL28.32º56.05%43.73%-
HSV(B)28.32º71.84%68.24%-
XYZ23.3719.955.52-
YUV121.0187.37165.8-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 52.57%
GREEN value IS 108 (42.58% from 255) = 32.63%
BLUE value IS 49 (19.53% from 255) = 14.80%
R=52.57%
G=32.63%
B=14.80%

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
Decimal1741084900.380.720.3228.3256.0543.73
HexAE6C3102648201c382c
Octal2561546104611040347054
Binary1010111011011001100010100110100100010000011100111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ae6c31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ae6c31; }

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

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

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

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

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

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

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

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