#ae603b

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

Shades of Tuscany #AE603B

Tints of Tuscany #AE603B

Color information

#AE603B (or 0xAE603B) is unknown color: approx Tuscany. HEX triplet: AE, 60 and 3B. RGB value is (174,96,59). Sum of RGB (Red+Green+Blue) = 174+96+59=329 (43% of max value = 765). Red value is 174 (68.36% from 255 or 52.89% from 329); Green value is 96 (37.89% from 255 or 29.18% from 329); Blue value is 59 (23.44% from 255 or 17.93% from 329); Max value from RGB is 174 - color contains mainly: red. Hex color #AE603B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE603B is #519FC4. Grayscale: #737373. Windows color (decimal): -5349317 or 3891374. OLE color: 3891374.

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

Color convert

RGB1749659-
CMYK00.450.660.32
HSL19.3º49.36%45.69%-
HSV(B)19.3º66.09%68.24%-
XYZ22.4317.686.37-
YUV115.196.34170.01-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 52.89%
GREEN value IS 96 (37.89% from 255) = 29.18%
BLUE value IS 59 (23.44% from 255) = 17.93%
R=52.89%
G=29.18%
B=17.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.66
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174965900.450.660.3219.349.3645.69
HexAE603B02D422013312e
Octal2561407305510240236156
Binary1010111011000001110110101101100001010000010011110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ae603b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ae603b; }

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

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

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

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

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

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

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

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