Html Css Color HEX #AE603D Tuscany

📋 copy color: '#AE603D'

red 174 ◦ green 96 ◦ blue 61

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

Shades of Tuscany #AE603D

Tints of Tuscany #AE603D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 18.43%

R = 52.57%
G = 29%
B = 18.43%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.65

 K value IS 0.32

RGB Variations

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

Color information

#AE603D (or 0xAE603D) is known color: Tuscany. HEX triplet: AE, 60 and 3D. RGB value is (174,96,61). Sum of RGB (Red+Green+Blue) = 174+96+61=331 (43% of max value = 765). Red value is 174 (68.36% from 255 or 52.57% from 331); Green value is 96 (37.89% from 255 or 29.00% from 331); Blue value is 61 (24.22% from 255 or 18.43% from 331); Max value from RGB is 174 - color contains mainly: red. Hex color #AE603D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE603D is #519FC2. Grayscale: #737373. Windows color (decimal): -5349315 or 4022446. OLE color: 4022446.

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

Color convert

RGB 174 96 61 -
CMYK 0 0.45 0.65 0.32
HSL 18.58º 0.48% 0.46% -
HSV(B) 18.58º 0.65% 0.68% -
XYZ 22.48 17.7 6.65 -
YUV 115.33 97.34 169.85 -
System Red Green Blue C M Y K H S L
Decimal 174 96 61 0 0.45 0.65 0.32 18.58 0.48 0.46
Hex AE 60 3D 0 2D 41 20 13 30 2E
Octal 256 140 75 0 55 101 40 23 60 56
Binary 10101110 1100000 111101 0 101101 1000001 100000 10011 110000 101110

Color Harmonies of #AE603D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE603D

Black with #AE603D

Text Example


Text Example

White with #AE603D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE603D; }

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

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

background-color css

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

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

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

border-color css

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

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

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