#AE6B2E

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

Shades of Reno Sand #AE6B2E

Tints of Reno Sand #AE6B2E

Color information

#AE6B2E (or 0xAE6B2E) is unknown color: approx Reno Sand. HEX triplet: AE, 6B and 2E. RGB value is (174,107,46). Sum of RGB (Red+Green+Blue) = 174+107+46=327 (43% of max value = 765). Red value is 174 (68.36% from 255 or 53.21% from 327); Green value is 107 (42.19% from 255 or 32.72% from 327); Blue value is 46 (18.36% from 255 or 14.07% from 327); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6B2E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE6B2E is #5194D1. Grayscale: #787878. Windows color (decimal): -5346514 or 3042222. OLE color: 3042222.

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

Color convert

RGB17410746-
CMYK00.390.740.32
HSL28.59º58.18%43.14%-
HSV(B)28.59º73.56%68.24%-
XYZ23.2119.715.17-
YUV120.0886.2166.46-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 53.21%
GREEN value IS 107 (42.19% from 255) = 32.72%
BLUE value IS 46 (18.36% from 255) = 14.07%
R=53.21%
G=32.72%
B=14.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.74
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741074600.390.740.3228.5958.1843.14
HexAE6B2E0274A201d3a2b
Octal2561535604711240357253
Binary1010111011010111011100100111100101010000011101111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6B2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6B2E; }

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

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

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

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

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

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

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

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