Html Css Color HEX #AE613A Tuscany

📋 copy color: '#AE613A'

red 174 ◦ green 97 ◦ blue 58

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

Shades of Tuscany #AE613A

Tints of Tuscany #AE613A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 17.63%

R = 52.89%
G = 29.48%
B = 17.63%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.67

 K value IS 0.32

RGB Variations

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

Color information

#AE613A (or 0xAE613A) is known color: Tuscany. HEX triplet: AE, 61 and 3A. RGB value is (174,97,58). Sum of RGB (Red+Green+Blue) = 174+97+58=329 (43% of max value = 765). Red value is 174 (68.36% from 255 or 52.89% from 329); Green value is 97 (38.28% from 255 or 29.48% from 329); Blue value is 58 (23.05% from 255 or 17.63% from 329); Max value from RGB is 174 - color contains mainly: red. Hex color #AE613A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE613A is #519EC5. Grayscale: #737373. Windows color (decimal): -5349062 or 3826094. OLE color: 3826094.

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

Color convert

RGB 174 97 58 -
CMYK 0 0.44 0.67 0.32
HSL 20.17º 0.5% 0.45% -
HSV(B) 20.17º 0.67% 0.68% -
XYZ 22.49 17.85 6.26 -
YUV 115.58 95.51 169.67 -
System Red Green Blue C M Y K H S L
Decimal 174 97 58 0 0.44 0.67 0.32 20.17 0.5 0.45
Hex AE 61 3A 0 2C 43 20 14 32 2D
Octal 256 141 72 0 54 103 40 24 62 55
Binary 10101110 1100001 111010 0 101100 1000011 100000 10100 110010 101101

Color Harmonies of #AE613A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE613A

Black with #AE613A

Text Example


Text Example

White with #AE613A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE613A; }

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

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

background-color css

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

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

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

border-color css

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

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

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