Html Css Color HEX #AE613E Tuscany

📋 copy color: '#AE613E'

red 174 ◦ green 97 ◦ blue 62

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

Shades of Tuscany #AE613E

Tints of Tuscany #AE613E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 18.62%

R = 52.25%
G = 29.13%
B = 18.62%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.64

 K value IS 0.32

RGB Variations

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

Color information

#AE613E (or 0xAE613E) is known color: Tuscany. HEX triplet: AE, 61 and 3E. RGB value is (174,97,62). Sum of RGB (Red+Green+Blue) = 174+97+62=333 (44% of max value = 765). Red value is 174 (68.36% from 255 or 52.25% from 333); Green value is 97 (38.28% from 255 or 29.13% from 333); Blue value is 62 (24.61% from 255 or 18.62% from 333); Max value from RGB is 174 - color contains mainly: red. Hex color #AE613E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE613E is #519EC1. Grayscale: #747474. Windows color (decimal): -5349058 or 4088238. OLE color: 4088238.

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

Color convert

RGB 174 97 62 -
CMYK 0 0.44 0.64 0.32
HSL 18.75º 0.47% 0.46% -
HSV(B) 18.75º 0.64% 0.68% -
XYZ 22.6 17.9 6.82 -
YUV 116.03 97.51 169.35 -
System Red Green Blue C M Y K H S L
Decimal 174 97 62 0 0.44 0.64 0.32 18.75 0.47 0.46
Hex AE 61 3E 0 2C 40 20 13 2F 2E
Octal 256 141 76 0 54 100 40 23 57 56
Binary 10101110 1100001 111110 0 101100 1000000 100000 10011 101111 101110

Color Harmonies of #AE613E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE613E

Black with #AE613E

Text Example


Text Example

White with #AE613E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE613E; }

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

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

background-color css

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

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

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

border-color css

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

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

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