Html Css Color HEX #AE603A Tuscany

📋 copy color: '#AE603A'

red 174 ◦ green 96 ◦ blue 58

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

Shades of Tuscany #AE603A

Tints of Tuscany #AE603A

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 value IS 0

 M value IS 0.45

 Y value IS 0.67

 K value IS 0.32

RGB Variations

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

Color information

#AE603A (or 0xAE603A) is known color: 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

RGB 174 96 58 -
CMYK 0 0.45 0.67 0.32
HSL 19.66º 0.5% 0.45% -
HSV(B) 19.66º 0.67% 0.68% -
XYZ 22.4 17.67 6.23 -
YUV 114.99 95.84 170.09 -
System Red Green Blue C M Y K H S L
Decimal 174 96 58 0 0.45 0.67 0.32 19.66 0.5 0.45
Hex AE 60 3A 0 2D 43 20 14 32 2D
Octal 256 140 72 0 55 103 40 24 62 55
Binary 10101110 1100000 111010 0 101101 1000011 100000 10100 110010 101101

Color Harmonies of #AE603A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE603A

Black with #AE603A

Text Example


Text Example

White with #AE603A

Text Example


Text Example

HTML Codes & Css Web 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>