#AE7535

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

Shades of Reno Sand #AE7535

Tints of Reno Sand #AE7535

Color information

#AE7535 (or 0xAE7535) is unknown color: approx Reno Sand. HEX triplet: AE, 75 and 35. RGB value is (174,117,53). Sum of RGB (Red+Green+Blue) = 174+117+53=344 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.58% from 344); Green value is 117 (46.09% from 255 or 34.01% from 344); Blue value is 53 (21.09% from 255 or 15.41% from 344); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7535 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE7535 is #518ACA. Grayscale: #7F7F7F. Windows color (decimal): -5343947 or 3503534. OLE color: 3503534.

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

Color convert

RGB17411753-
CMYK00.330.700.32
HSL31.74º53.3%44.51%-
HSV(B)31.74º69.54%68.24%-
XYZ24.4621.986.32-
YUV126.7586.38161.7-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 50.58%
GREEN value IS 117 (46.09% from 255) = 34.01%
BLUE value IS 53 (21.09% from 255) = 15.41%
R=50.58%
G=34.01%
B=15.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.70
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741175300.330.700.3231.7453.344.51
HexAE7535021462020352d
Octal2561656504110640406555
Binary10101110111010111010101000011000110100000100000110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7535; }

 p { color: rgb(174,117,53); }

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

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

 a { background-color: rgb(174,117,53); }

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

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

 span { border-color: rgb(174,117,53); }

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