#AE712E

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

Shades of Reno Sand #AE712E

Tints of Reno Sand #AE712E

Color information

#AE712E (or 0xAE712E) is unknown color: approx Reno Sand. HEX triplet: AE, 71 and 2E. RGB value is (174,113,46). Sum of RGB (Red+Green+Blue) = 174+113+46=333 (44% of max value = 765). Red value is 174 (68.36% from 255 or 52.25% from 333); Green value is 113 (44.53% from 255 or 33.93% from 333); Blue value is 46 (18.36% from 255 or 13.81% from 333); Max value from RGB is 174 - color contains mainly: red. Hex color #AE712E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE712E is #518ED1. Grayscale: #7B7B7B. Windows color (decimal): -5344978 or 3043758. OLE color: 3043758.

HSL color Cylindrical-coordinate representation of color #AE712E: hue angle of 31.41º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AE712E is Cyan = 0, Magento = 0.35, Yellow = 0.74 and Black (K on CMYK) = 0.32.

Color convert

RGB17411346-
CMYK00.350.740.32
HSL31.41º58.18%43.14%-
HSV(B)31.41º73.56%68.24%-
XYZ23.8521.015.38-
YUV123.684.21163.95-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 52.25%
GREEN value IS 113 (44.53% from 255) = 33.93%
BLUE value IS 46 (18.36% from 255) = 13.81%
R=52.25%
G=33.93%
B=13.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.74
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741134600.350.740.3231.4158.1843.14
HexAE712E0234A201f3a2b
Octal2561615604311240377253
Binary1010111011100011011100100011100101010000011111111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE712E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE712E; }

 p { color: rgb(174,113,46); }

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

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

 a { background-color: rgb(174,113,46); }

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

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

 span { border-color: rgb(174,113,46); }

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