#AE7337

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

Shades of Reno Sand #AE7337

Tints of Reno Sand #AE7337

Color information

#AE7337 (or 0xAE7337) is unknown color: approx Reno Sand. HEX triplet: AE, 73 and 37. RGB value is (174,115,55). Sum of RGB (Red+Green+Blue) = 174+115+55=344 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.58% from 344); Green value is 115 (45.31% from 255 or 33.43% from 344); Blue value is 55 (21.88% from 255 or 15.99% from 344); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7337 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE7337 is #518CC8. Grayscale: #7E7E7E. Windows color (decimal): -5344457 or 3634094. OLE color: 3634094.

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

Color convert

RGB17411555-
CMYK00.340.680.32
HSL30.25º51.97%44.9%-
HSV(B)30.25º68.39%68.24%-
XYZ24.2821.546.49-
YUV125.888.05162.38-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 50.58%
GREEN value IS 115 (45.31% from 255) = 33.43%
BLUE value IS 55 (21.88% from 255) = 15.99%
R=50.58%
G=33.43%
B=15.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.68
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741155500.340.680.3230.2551.9744.9
HexAE733702244201e342d
Octal2561636704210440366455
Binary1010111011100111101110100010100010010000011110110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7337

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7337; }

 p { color: rgb(174,115,55); }

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

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

 a { background-color: rgb(174,115,55); }

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

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

 span { border-color: rgb(174,115,55); }

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