#AE7233

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

Shades of Reno Sand #AE7233

Tints of Reno Sand #AE7233

Color information

#AE7233 (or 0xAE7233) is unknown color: approx Reno Sand. HEX triplet: AE, 72 and 33. RGB value is (174,114,51). Sum of RGB (Red+Green+Blue) = 174+114+51=339 (44% of max value = 765). Red value is 174 (68.36% from 255 or 51.33% from 339); Green value is 114 (44.92% from 255 or 33.63% from 339); Blue value is 51 (20.31% from 255 or 15.04% from 339); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7233 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE7233 is #518DCC. Grayscale: #7D7D7D. Windows color (decimal): -5344717 or 3371694. OLE color: 3371694.

HSL color Cylindrical-coordinate representation of color #AE7233: hue angle of 30.73º 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 #AE7233 is Cyan = 0, Magento = 0.34, Yellow = 0.71 and Black (K on CMYK) = 0.32.

Color convert

RGB17411451-
CMYK00.340.710.32
HSL30.73º54.67%44.12%-
HSV(B)30.73º70.69%68.24%-
XYZ24.0721.275.97-
YUV124.7686.38163.12-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 51.33%
GREEN value IS 114 (44.92% from 255) = 33.63%
BLUE value IS 51 (20.31% from 255) = 15.04%
R=51.33%
G=33.63%
B=15.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.71
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741145100.340.710.3230.7354.6744.12
HexAE723302247201f372c
Octal2561626304210740376754
Binary1010111011100101100110100010100011110000011111110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7233; }

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

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

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

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

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

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

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

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