#ae6828

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

Shades of Reno Sand #AE6828

Tints of Reno Sand #AE6828

Color information

#AE6828 (or 0xAE6828) is unknown color: approx Reno Sand. HEX triplet: AE, 68 and 28. RGB value is (174,104,40). Sum of RGB (Red+Green+Blue) = 174+104+40=318 (42% of max value = 765). Red value is 174 (68.36% from 255 or 54.72% from 318); Green value is 104 (41.02% from 255 or 32.70% from 318); Blue value is 40 (16.02% from 255 or 12.58% from 318); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6828 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE6828 is #5197D7. Grayscale: #757575. Windows color (decimal): -5347288 or 2648238. OLE color: 2648238.

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

Color convert

RGB17410440-
CMYK00.400.770.32
HSL28.66º62.62%41.96%-
HSV(B)28.66º77.01%68.24%-
XYZ22.7919.054.48-
YUV117.6384.19168.2-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 54.72%
GREEN value IS 104 (41.02% from 255) = 32.70%
BLUE value IS 40 (16.02% from 255) = 12.58%
R=54.72%
G=32.70%
B=12.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.77
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741044000.400.770.3228.6662.6241.96
HexAE68280284D201d3f2a
Octal2561505005011540357752
Binary1010111011010001010000101000100110110000011101111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ae6828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ae6828; }

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

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

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

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

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

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

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

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