#AE7032

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

Shades of Reno Sand #AE7032

Tints of Reno Sand #AE7032

Color information

#AE7032 (or 0xAE7032) is unknown color: approx Reno Sand. HEX triplet: AE, 70 and 32. RGB value is (174,112,50). Sum of RGB (Red+Green+Blue) = 174+112+50=336 (44% of max value = 765). Red value is 174 (68.36% from 255 or 51.79% from 336); Green value is 112 (44.14% from 255 or 33.33% from 336); Blue value is 50 (19.92% from 255 or 14.88% from 336); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7032 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE7032 is #518FCD. Grayscale: #7B7B7B. Windows color (decimal): -5345230 or 3305646. OLE color: 3305646.

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

Color convert

RGB17411250-
CMYK00.360.710.32
HSL30º55.36%43.92%-
HSV(B)30º71.26%68.24%-
XYZ23.8320.825.78-
YUV123.4786.54164.04-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 51.79%
GREEN value IS 112 (44.14% from 255) = 33.33%
BLUE value IS 50 (19.92% from 255) = 14.88%
R=51.79%
G=33.33%
B=14.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.71
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741125000.360.710.323055.3643.92
HexAE703202447201e372c
Octal2561606204410740366754
Binary1010111011100001100100100100100011110000011110110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7032; }

 p { color: rgb(174,112,50); }

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

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

 a { background-color: rgb(174,112,50); }

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

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

 span { border-color: rgb(174,112,50); }

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