Html Css Color HEX #AE6644 Tuscany

📋 copy color: '#AE6644'

red 174 ◦ green 102 ◦ blue 68

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

Shades of Tuscany #AE6644

Tints of Tuscany #AE6644

RGB

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

 GREEN value IS 102 (40.23% from 255) = 29.65%

 BLUE value IS 68 (26.95% from 255) = 19.77%

R = 50.58%
G = 29.65%
B = 19.77%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.61

 K value IS 0.32

RGB Variations

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

Color information

#AE6644 (or 0xAE6644) is known color: Tuscany. HEX triplet: AE, 66 and 44. RGB value is (174,102,68). Sum of RGB (Red+Green+Blue) = 174+102+68=344 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.58% from 344); Green value is 102 (40.23% from 255 or 29.65% from 344); Blue value is 68 (26.95% from 255 or 19.77% from 344); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6644 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE6644 is #5199BB. Grayscale: #777777. Windows color (decimal): -5347772 or 4482734. OLE color: 4482734.

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

Color convert

RGB 174 102 68 -
CMYK 0 0.41 0.61 0.32
HSL 19.25º 0.44% 0.47% -
HSV(B) 19.25º 0.61% 0.68% -
XYZ 23.25 18.92 7.9 -
YUV 119.65 98.85 166.76 -
System Red Green Blue C M Y K H S L
Decimal 174 102 68 0 0.41 0.61 0.32 19.25 0.44 0.47
Hex AE 66 44 0 29 3D 20 13 2C 2F
Octal 256 146 104 0 51 75 40 23 54 57
Binary 10101110 1100110 1000100 0 101001 111101 100000 10011 101100 101111

Color Harmonies of #AE6644

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE6644

Black with #AE6644

Text Example


Text Example

White with #AE6644

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE6644; }

 p { color: rgb(174,102,68); }

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

background-color css

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

 a { background-color: rgb(174,102,68); }

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

border-color css

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

 span { border-color: rgb(174,102,68); }

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