Html Css Color HEX #AE5E44 Tuscany

📋 copy color: '#AE5E44'

red 174 ◦ green 94 ◦ blue 68

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

Shades of Tuscany #AE5E44

Tints of Tuscany #AE5E44

RGB

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

 GREEN value IS 94 (37.11% from 255) = 27.98%

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

R = 51.79%
G = 27.98%
B = 20.24%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.61

 K value IS 0.32

RGB Variations

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

Color information

#AE5E44 (or 0xAE5E44) is known color: Tuscany. HEX triplet: AE, 5E and 44. RGB value is (174,94,68). Sum of RGB (Red+Green+Blue) = 174+94+68=336 (44% of max value = 765). Red value is 174 (68.36% from 255 or 51.79% from 336); Green value is 94 (37.11% from 255 or 27.98% from 336); Blue value is 68 (26.95% from 255 or 20.24% from 336); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5E44 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE5E44 is #51A1BB. Grayscale: #737373. Windows color (decimal): -5349820 or 4480686. OLE color: 4480686.

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

Color convert

RGB 174 94 68 -
CMYK 0 0.46 0.61 0.32
HSL 14.72º 0.44% 0.47% -
HSV(B) 14.72º 0.61% 0.68% -
XYZ 22.5 17.42 7.65 -
YUV 114.96 101.5 170.11 -
System Red Green Blue C M Y K H S L
Decimal 174 94 68 0 0.46 0.61 0.32 14.72 0.44 0.47
Hex AE 5E 44 0 2E 3D 20 F 2C 2F
Octal 256 136 104 0 56 75 40 17 54 57
Binary 10101110 1011110 1000100 0 101110 111101 100000 1111 101100 101111

Color Harmonies of #AE5E44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE5E44

Black with #AE5E44

Text Example


Text Example

White with #AE5E44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE5E44; }

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

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

background-color css

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

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

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

border-color css

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

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

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