Html Css Color HEX #AE603C Tuscany

📋 copy color: '#AE603C'

red 174 ◦ green 96 ◦ blue 60

#AE603C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tuscany #AE603C

Tints of Tuscany #AE603C

RGB

 RED value IS 174 (68.36% from 255) = 52.73%

 GREEN value IS 96 (37.89% from 255) = 29.09%

 BLUE value IS 60 (23.83% from 255) = 18.18%

R = 52.73%
G = 29.09%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.66

 K value IS 0.32

RGB Variations

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

Color information

#AE603C (or 0xAE603C) is known color: Tuscany. HEX triplet: AE, 60 and 3C. RGB value is (174,96,60). Sum of RGB (Red+Green+Blue) = 174+96+60=330 (43% of max value = 765). Red value is 174 (68.36% from 255 or 52.73% from 330); Green value is 96 (37.89% from 255 or 29.09% from 330); Blue value is 60 (23.83% from 255 or 18.18% from 330); Max value from RGB is 174 - color contains mainly: red. Hex color #AE603C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE603C is #519FC3. Grayscale: #737373. Windows color (decimal): -5349316 or 3956910. OLE color: 3956910.

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

Color convert

RGB 174 96 60 -
CMYK 0 0.45 0.66 0.32
HSL 18.95º 0.49% 0.46% -
HSV(B) 18.95º 0.66% 0.68% -
XYZ 22.45 17.69 6.51 -
YUV 115.22 96.84 169.93 -
System Red Green Blue C M Y K H S L
Decimal 174 96 60 0 0.45 0.66 0.32 18.95 0.49 0.46
Hex AE 60 3C 0 2D 42 20 13 31 2E
Octal 256 140 74 0 55 102 40 23 61 56
Binary 10101110 1100000 111100 0 101101 1000010 100000 10011 110001 101110

Color Harmonies of #AE603C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE603C

Black with #AE603C

Text Example


Text Example

White with #AE603C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE603C; }

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

 H1.HeaderClassName
 {
   color: #AE603C;
 }
 .AnyTagClassName
 {
   color: #AE603C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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