#AE7236

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

Shades of Reno Sand #AE7236

Tints of Reno Sand #AE7236

Color information

#AE7236 (or 0xAE7236) is unknown color: approx Reno Sand. HEX triplet: AE, 72 and 36. RGB value is (174,114,54). Sum of RGB (Red+Green+Blue) = 174+114+54=342 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.88% from 342); Green value is 114 (44.92% from 255 or 33.33% from 342); Blue value is 54 (21.48% from 255 or 15.79% from 342); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7236 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE7236 is #518DC9. Grayscale: #7D7D7D. Windows color (decimal): -5344714 or 3568302. OLE color: 3568302.

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

Color convert

RGB17411454-
CMYK00.340.690.32
HSL30º52.63%44.71%-
HSV(B)30º68.97%68.24%-
XYZ24.1421.36.33-
YUV125.187.88162.88-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 50.88%
GREEN value IS 114 (44.92% from 255) = 33.33%
BLUE value IS 54 (21.48% from 255) = 15.79%
R=50.88%
G=33.33%
B=15.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.69
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741145400.340.690.323052.6344.71
HexAE723602245201e352d
Octal2561626604210540366555
Binary1010111011100101101100100010100010110000011110110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7236; }

 p { color: rgb(174,114,54); }

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

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

 a { background-color: rgb(174,114,54); }

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

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

 span { border-color: rgb(174,114,54); }

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