#AE613B

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

Shades of Tuscany #AE613B

Tints of Tuscany #AE613B

Color information

#AE613B (or 0xAE613B) is unknown color: approx Tuscany. HEX triplet: AE, 61 and 3B. RGB value is (174,97,59). Sum of RGB (Red+Green+Blue) = 174+97+59=330 (43% of max value = 765). Red value is 174 (68.36% from 255 or 52.73% from 330); Green value is 97 (38.28% from 255 or 29.39% from 330); Blue value is 59 (23.44% from 255 or 17.88% from 330); Max value from RGB is 174 - color contains mainly: red. Hex color #AE613B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE613B is #519EC4. Grayscale: #737373. Windows color (decimal): -5349061 or 3891630. OLE color: 3891630.

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

Color convert

RGB1749759-
CMYK00.440.660.32
HSL19.83º49.36%45.69%-
HSV(B)19.83º66.09%68.24%-
XYZ22.5217.866.4-
YUV115.6996.01169.59-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 52.73%
GREEN value IS 97 (38.28% from 255) = 29.39%
BLUE value IS 59 (23.44% from 255) = 17.88%
R=52.73%
G=29.39%
B=17.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.66
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174975900.440.660.3219.8349.3645.69
HexAE613B02C422014312e
Octal2561417305410240246156
Binary1010111011000011110110101100100001010000010100110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE613B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE613B; }

 p { color: rgb(174,97,59); }

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

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

 a { background-color: rgb(174,97,59); }

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

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

 span { border-color: rgb(174,97,59); }

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