#AE603A

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

Shades of Tuscany #AE603A

Tints of Tuscany #AE603A

Color information

#AE603A (or 0xAE603A) is unknown color: approx Tuscany. HEX triplet: AE, 60 and 3A. RGB value is (174,96,58). Sum of RGB (Red+Green+Blue) = 174+96+58=328 (43% of max value = 765). Red value is 174 (68.36% from 255 or 53.05% from 328); Green value is 96 (37.89% from 255 or 29.27% from 328); Blue value is 58 (23.05% from 255 or 17.68% from 328); Max value from RGB is 174 - color contains mainly: red. Hex color #AE603A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE603A is #519FC5. Grayscale: #737373. Windows color (decimal): -5349318 or 3825838. OLE color: 3825838.

HSL color Cylindrical-coordinate representation of color #AE603A: hue angle of 19.66º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AE603A is Cyan = 0, Magento = 0.45, Yellow = 0.67 and Black (K on CMYK) = 0.32.

Color convert

RGB1749658-
CMYK00.450.670.32
HSL19.66º50%45.49%-
HSV(B)19.66º66.67%68.24%-
XYZ22.417.676.23-
YUV114.9995.84170.09-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 53.05%
GREEN value IS 96 (37.89% from 255) = 29.27%
BLUE value IS 58 (23.05% from 255) = 17.68%
R=53.05%
G=29.27%
B=17.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.67
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174965800.450.670.3219.665045.49
HexAE603A02D432014322d
Octal2561407205510340246255
Binary1010111011000001110100101101100001110000010100110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE603A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE603A; }

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

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

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

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

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

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

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

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