#AE6A28

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

Shades of Reno Sand #AE6A28

Tints of Reno Sand #AE6A28

Color information

#AE6A28 (or 0xAE6A28) is unknown color: approx Reno Sand. HEX triplet: AE, 6A and 28. RGB value is (174,106,40). Sum of RGB (Red+Green+Blue) = 174+106+40=320 (42% of max value = 765). Red value is 174 (68.36% from 255 or 54.38% from 320); Green value is 106 (41.80% from 255 or 33.12% from 320); Blue value is 40 (16.02% from 255 or 12.5% from 320); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6A28 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE6A28 is #5195D7. Grayscale: #777777. Windows color (decimal): -5346776 or 2648750. OLE color: 2648750.

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

Color convert

RGB17410640-
CMYK00.390.770.32
HSL29.55º62.62%41.96%-
HSV(B)29.55º77.01%68.24%-
XYZ22.9919.464.55-
YUV118.8183.53167.37-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 54.38%
GREEN value IS 106 (41.80% from 255) = 33.12%
BLUE value IS 40 (16.02% from 255) = 12.5%
R=54.38%
G=33.12%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.77
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741064000.390.770.3229.5562.6241.96
HexAE6A280274D201e3f2a
Octal2561525004711540367752
Binary1010111011010101010000100111100110110000011110111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6A28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6A28; }

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

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

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

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

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

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

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

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