Html Css Color HEX #AE6844 Tuscany

📋 copy color: '#AE6844'

red 174 ◦ green 104 ◦ blue 68

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

Shades of Tuscany #AE6844

Tints of Tuscany #AE6844

RGB

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

 GREEN value IS 104 (41.02% from 255) = 30.06%

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

R = 50.29%
G = 30.06%
B = 19.65%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.61

 K value IS 0.32

RGB Variations

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

Color information

#AE6844 (or 0xAE6844) is known color: Tuscany. HEX triplet: AE, 68 and 44. RGB value is (174,104,68). Sum of RGB (Red+Green+Blue) = 174+104+68=346 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.29% from 346); Green value is 104 (41.02% from 255 or 30.06% from 346); Blue value is 68 (26.95% from 255 or 19.65% from 346); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6844 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE6844 is #5197BB. Grayscale: #797979. Windows color (decimal): -5347260 or 4483246. OLE color: 4483246.

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

Color convert

RGB 174 104 68 -
CMYK 0 0.40 0.61 0.32
HSL 20.38º 0.44% 0.47% -
HSV(B) 20.38º 0.61% 0.68% -
XYZ 23.45 19.32 7.96 -
YUV 120.83 98.19 165.93 -
System Red Green Blue C M Y K H S L
Decimal 174 104 68 0 0.40 0.61 0.32 20.38 0.44 0.47
Hex AE 68 44 0 28 3D 20 14 2C 2F
Octal 256 150 104 0 50 75 40 24 54 57
Binary 10101110 1101000 1000100 0 101000 111101 100000 10100 101100 101111

Color Harmonies of #AE6844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE6844

Black with #AE6844

Text Example


Text Example

White with #AE6844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE6844; }

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

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

background-color css

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

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

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

border-color css

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

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

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