#ae7234

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

Shades of Reno Sand #AE7234

Tints of Reno Sand #AE7234

Color information

#AE7234 (or 0xAE7234) is unknown color: approx Reno Sand. HEX triplet: AE, 72 and 34. RGB value is (174,114,52). Sum of RGB (Red+Green+Blue) = 174+114+52=340 (45% of max value = 765). Red value is 174 (68.36% from 255 or 51.18% from 340); Green value is 114 (44.92% from 255 or 33.53% from 340); Blue value is 52 (20.70% from 255 or 15.29% from 340); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7234 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE7234 is #518DCB. Grayscale: #7D7D7D. Windows color (decimal): -5344716 or 3437230. OLE color: 3437230.

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

Color convert

RGB17411452-
CMYK00.340.700.32
HSL30.49º53.98%44.31%-
HSV(B)30.49º70.11%68.24%-
XYZ24.0921.286.09-
YUV124.8786.88163.04-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 51.18%
GREEN value IS 114 (44.92% from 255) = 33.53%
BLUE value IS 52 (20.70% from 255) = 15.29%
R=51.18%
G=33.53%
B=15.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.70
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741145200.340.700.3230.4953.9844.31
HexAE723402246201e362c
Octal2561626404210640366654
Binary1010111011100101101000100010100011010000011110110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ae7234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ae7234; }

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

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

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

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

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

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

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

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