#AE6A30

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

Shades of Reno Sand #AE6A30

Tints of Reno Sand #AE6A30

Color information

#AE6A30 (or 0xAE6A30) is unknown color: approx Reno Sand. HEX triplet: AE, 6A and 30. RGB value is (174,106,48). Sum of RGB (Red+Green+Blue) = 174+106+48=328 (43% of max value = 765). Red value is 174 (68.36% from 255 or 53.05% from 328); Green value is 106 (41.80% from 255 or 32.32% from 328); Blue value is 48 (19.14% from 255 or 14.63% from 328); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6A30 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE6A30 is #5195CF. Grayscale: #787878. Windows color (decimal): -5346768 or 3173038. OLE color: 3173038.

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

Color convert

RGB17410648-
CMYK00.390.720.32
HSL27.62º56.76%43.53%-
HSV(B)27.62º72.41%68.24%-
XYZ23.1419.525.34-
YUV119.7287.53166.72-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 53.05%
GREEN value IS 106 (41.80% from 255) = 32.32%
BLUE value IS 48 (19.14% from 255) = 14.63%
R=53.05%
G=32.32%
B=14.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.72
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741064800.390.720.3227.6256.7643.53
HexAE6A3002748201c392c
Octal2561526004711040347154
Binary1010111011010101100000100111100100010000011100111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6A30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6A30; }

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

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

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

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

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

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

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

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