Html Css Color HEX #AE643C Tuscany

📋 copy color: '#AE643C'

red 174 ◦ green 100 ◦ blue 60

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

Shades of Tuscany #AE643C

Tints of Tuscany #AE643C

RGB

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

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

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

R = 52.1%
G = 29.94%
B = 17.96%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.66

 K value IS 0.32

RGB Variations

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

Color information

#AE643C (or 0xAE643C) is known color: Tuscany. HEX triplet: AE, 64 and 3C. RGB value is (174,100,60). Sum of RGB (Red+Green+Blue) = 174+100+60=334 (44% of max value = 765). Red value is 174 (68.36% from 255 or 52.10% from 334); Green value is 100 (39.45% from 255 or 29.94% from 334); Blue value is 60 (23.83% from 255 or 17.96% from 334); Max value from RGB is 174 - color contains mainly: red. Hex color #AE643C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE643C is #519BC3. Grayscale: #757575. Windows color (decimal): -5348292 or 3957934. OLE color: 3957934.

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

Color convert

RGB 174 100 60 -
CMYK 0 0.43 0.66 0.32
HSL 21.05º 0.49% 0.46% -
HSV(B) 21.05º 0.66% 0.68% -
XYZ 22.83 18.44 6.63 -
YUV 117.57 95.52 168.25 -
System Red Green Blue C M Y K H S L
Decimal 174 100 60 0 0.43 0.66 0.32 21.05 0.49 0.46
Hex AE 64 3C 0 2B 42 20 15 31 2E
Octal 256 144 74 0 53 102 40 25 61 56
Binary 10101110 1100100 111100 0 101011 1000010 100000 10101 110001 101110

Color Harmonies of #AE643C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE643C

Black with #AE643C

Text Example


Text Example

White with #AE643C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE643C; }

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

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

background-color css

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

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

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

border-color css

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

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

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