Html Css Color HEX #AE643E Tuscany

📋 copy color: '#AE643E'

red 174 ◦ green 100 ◦ blue 62

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

Shades of Tuscany #AE643E

Tints of Tuscany #AE643E

RGB

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

 GREEN value IS 100 (39.45% from 255) = 29.76%

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

R = 51.79%
G = 29.76%
B = 18.45%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.64

 K value IS 0.32

RGB Variations

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

Color information

#AE643E (or 0xAE643E) is known color: Tuscany. HEX triplet: AE, 64 and 3E. RGB value is (174,100,62). Sum of RGB (Red+Green+Blue) = 174+100+62=336 (44% of max value = 765). Red value is 174 (68.36% from 255 or 51.79% from 336); Green value is 100 (39.45% from 255 or 29.76% from 336); Blue value is 62 (24.61% from 255 or 18.45% from 336); Max value from RGB is 174 - color contains mainly: red. Hex color #AE643E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE643E is #519BC1. Grayscale: #767676. Windows color (decimal): -5348290 or 4089006. OLE color: 4089006.

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

Color convert

RGB 174 100 62 -
CMYK 0 0.43 0.64 0.32
HSL 20.36º 0.47% 0.46% -
HSV(B) 20.36º 0.64% 0.68% -
XYZ 22.88 18.46 6.91 -
YUV 117.79 96.52 168.09 -
System Red Green Blue C M Y K H S L
Decimal 174 100 62 0 0.43 0.64 0.32 20.36 0.47 0.46
Hex AE 64 3E 0 2B 40 20 14 2F 2E
Octal 256 144 76 0 53 100 40 24 57 56
Binary 10101110 1100100 111110 0 101011 1000000 100000 10100 101111 101110

Color Harmonies of #AE643E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE643E

Black with #AE643E

Text Example


Text Example

White with #AE643E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE643E; }

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

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

background-color css

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

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

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

border-color css

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

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

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