#AE7339

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

Shades of Reno Sand #AE7339

Tints of Reno Sand #AE7339

Color information

#AE7339 (or 0xAE7339) is unknown color: approx Reno Sand. HEX triplet: AE, 73 and 39. RGB value is (174,115,57). Sum of RGB (Red+Green+Blue) = 174+115+57=346 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.29% from 346); Green value is 115 (45.31% from 255 or 33.24% from 346); Blue value is 57 (22.66% from 255 or 16.47% from 346); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7339 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE7339 is #518CC6. Grayscale: #7E7E7E. Windows color (decimal): -5344455 or 3765166. OLE color: 3765166.

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

Color convert

RGB17411557-
CMYK00.340.670.32
HSL29.74º50.65%45.29%-
HSV(B)29.74º67.24%68.24%-
XYZ24.3221.566.75-
YUV126.0389.05162.22-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 50.29%
GREEN value IS 115 (45.31% from 255) = 33.24%
BLUE value IS 57 (22.66% from 255) = 16.47%
R=50.29%
G=33.24%
B=16.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.67
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741155700.340.670.3229.7450.6545.29
HexAE733902243201e332d
Octal2561637104210340366355
Binary1010111011100111110010100010100001110000011110110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7339

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7339; }

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

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

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

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

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

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

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

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