Html Css Color HEX #AE6144 Tuscany

📋 copy color: '#AE6144'

red 174 ◦ green 97 ◦ blue 68

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

Shades of Tuscany #AE6144

Tints of Tuscany #AE6144

RGB

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

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

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

R = 51.33%
G = 28.61%
B = 20.06%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.61

 K value IS 0.32

RGB Variations

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

Color information

#AE6144 (or 0xAE6144) is known color: Tuscany. HEX triplet: AE, 61 and 44. RGB value is (174,97,68). Sum of RGB (Red+Green+Blue) = 174+97+68=339 (44% of max value = 765). Red value is 174 (68.36% from 255 or 51.33% from 339); Green value is 97 (38.28% from 255 or 28.61% from 339); Blue value is 68 (26.95% from 255 or 20.06% from 339); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6144 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE6144 is #519EBB. Grayscale: #747474. Windows color (decimal): -5349052 or 4481454. OLE color: 4481454.

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

Color convert

RGB 174 97 68 -
CMYK 0 0.44 0.61 0.32
HSL 16.42º 0.44% 0.47% -
HSV(B) 16.42º 0.61% 0.68% -
XYZ 22.77 17.97 7.74 -
YUV 116.72 100.51 168.86 -
System Red Green Blue C M Y K H S L
Decimal 174 97 68 0 0.44 0.61 0.32 16.42 0.44 0.47
Hex AE 61 44 0 2C 3D 20 10 2C 2F
Octal 256 141 104 0 54 75 40 20 54 57
Binary 10101110 1100001 1000100 0 101100 111101 100000 10000 101100 101111

Color Harmonies of #AE6144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE6144

Black with #AE6144

Text Example


Text Example

White with #AE6144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE6144; }

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

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

background-color css

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

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

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

border-color css

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

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

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