#AE6831

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

Shades of Reno Sand #AE6831

Tints of Reno Sand #AE6831

Color information

#AE6831 (or 0xAE6831) is unknown color: approx Reno Sand. HEX triplet: AE, 68 and 31. RGB value is (174,104,49). Sum of RGB (Red+Green+Blue) = 174+104+49=327 (43% of max value = 765). Red value is 174 (68.36% from 255 or 53.21% from 327); Green value is 104 (41.02% from 255 or 31.80% from 327); Blue value is 49 (19.53% from 255 or 14.98% from 327); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6831 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE6831 is #5197CE. Grayscale: #767676. Windows color (decimal): -5347279 or 3238062. OLE color: 3238062.

HSL color Cylindrical-coordinate representation of color #AE6831: hue angle of 26.4º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AE6831 is Cyan = 0, Magento = 0.40, Yellow = 0.72 and Black (K on CMYK) = 0.32.

Color convert

RGB17410449-
CMYK00.400.720.32
HSL26.4º56.05%43.73%-
HSV(B)26.4º71.84%68.24%-
XYZ22.9619.125.39-
YUV118.6688.69167.47-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 53.21%
GREEN value IS 104 (41.02% from 255) = 31.80%
BLUE value IS 49 (19.53% from 255) = 14.98%
R=53.21%
G=31.80%
B=14.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.72
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741044900.400.720.3226.456.0543.73
HexAE683102848201a382c
Octal2561506105011040327054
Binary1010111011010001100010101000100100010000011010111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6831; }

 p { color: rgb(174,104,49); }

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

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

 a { background-color: rgb(174,104,49); }

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

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

 span { border-color: rgb(174,104,49); }

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