#AE6C2E

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

Shades of Reno Sand #AE6C2E

Tints of Reno Sand #AE6C2E

Color information

#AE6C2E (or 0xAE6C2E) is unknown color: approx Reno Sand. HEX triplet: AE, 6C and 2E. RGB value is (174,108,46). Sum of RGB (Red+Green+Blue) = 174+108+46=328 (43% of max value = 765). Red value is 174 (68.36% from 255 or 53.05% from 328); Green value is 108 (42.58% from 255 or 32.93% from 328); Blue value is 46 (18.36% from 255 or 14.02% from 328); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6C2E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE6C2E is #5193D1. Grayscale: #787878. Windows color (decimal): -5346258 or 3042478. OLE color: 3042478.

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

Color convert

RGB17410846-
CMYK00.380.740.32
HSL29.06º58.18%43.14%-
HSV(B)29.06º73.56%68.24%-
XYZ23.3119.925.2-
YUV120.6785.87166.04-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 53.05%
GREEN value IS 108 (42.58% from 255) = 32.93%
BLUE value IS 46 (18.36% from 255) = 14.02%
R=53.05%
G=32.93%
B=14.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.74
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741084600.380.740.3229.0658.1843.14
HexAE6C2E0264A201d3a2b
Octal2561545604611240357253
Binary1010111011011001011100100110100101010000011101111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6C2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6C2E; }

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

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

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

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

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

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

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

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