Html Css Color HEX #AE613C Tuscany

📋 copy color: '#AE613C'

red 174 ◦ green 97 ◦ blue 60

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

Shades of Tuscany #AE613C

Tints of Tuscany #AE613C

RGB

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

 GREEN value IS 97 (38.28% from 255) = 29.31%

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

R = 52.57%
G = 29.31%
B = 18.13%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.66

 K value IS 0.32

RGB Variations

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

Color information

#AE613C (or 0xAE613C) is known color: Tuscany. HEX triplet: AE, 61 and 3C. RGB value is (174,97,60). Sum of RGB (Red+Green+Blue) = 174+97+60=331 (43% of max value = 765). Red value is 174 (68.36% from 255 or 52.57% from 331); Green value is 97 (38.28% from 255 or 29.31% from 331); Blue value is 60 (23.83% from 255 or 18.13% from 331); Max value from RGB is 174 - color contains mainly: red. Hex color #AE613C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE613C is #519EC3. Grayscale: #747474. Windows color (decimal): -5349060 or 3957166. OLE color: 3957166.

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

Color convert

RGB 174 97 60 -
CMYK 0 0.44 0.66 0.32
HSL 19.47º 0.49% 0.46% -
HSV(B) 19.47º 0.66% 0.68% -
XYZ 22.55 17.87 6.54 -
YUV 115.81 96.51 169.51 -
System Red Green Blue C M Y K H S L
Decimal 174 97 60 0 0.44 0.66 0.32 19.47 0.49 0.46
Hex AE 61 3C 0 2C 42 20 13 31 2E
Octal 256 141 74 0 54 102 40 23 61 56
Binary 10101110 1100001 111100 0 101100 1000010 100000 10011 110001 101110

Color Harmonies of #AE613C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE613C

Black with #AE613C

Text Example


Text Example

White with #AE613C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE613C; }

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

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

background-color css

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

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

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

border-color css

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

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

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