#AE6C2B

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

Shades of Reno Sand #AE6C2B

Tints of Reno Sand #AE6C2B

Color information

#AE6C2B (or 0xAE6C2B) is unknown color: approx Reno Sand. HEX triplet: AE, 6C and 2B. RGB value is (174,108,43). Sum of RGB (Red+Green+Blue) = 174+108+43=325 (43% of max value = 765). Red value is 174 (68.36% from 255 or 53.54% from 325); Green value is 108 (42.58% from 255 or 33.23% from 325); Blue value is 43 (17.19% from 255 or 13.23% from 325); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6C2B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE6C2B is #5193D4. Grayscale: #787878. Windows color (decimal): -5346261 or 2845870. OLE color: 2845870.

HSL color Cylindrical-coordinate representation of color #AE6C2B: hue angle of 29.77º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AE6C2B is Cyan = 0, Magento = 0.38, Yellow = 0.75 and Black (K on CMYK) = 0.32.

Color convert

RGB17410843-
CMYK00.380.750.32
HSL29.77º60.37%42.55%-
HSV(B)29.77º75.29%68.24%-
XYZ23.2519.94.9-
YUV120.3284.37166.29-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 53.54%
GREEN value IS 108 (42.58% from 255) = 33.23%
BLUE value IS 43 (17.19% from 255) = 13.23%
R=53.54%
G=33.23%
B=13.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.75
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741084300.380.750.3229.7760.3742.55
HexAE6C2B0264B201e3c2b
Octal2561545304611340367453
Binary1010111011011001010110100110100101110000011110111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6C2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6C2B; }

 p { color: rgb(174,108,43); }

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

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

 a { background-color: rgb(174,108,43); }

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

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

 span { border-color: rgb(174,108,43); }

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