Html Css Color HEX #AB5E41 Tuscany

📋 copy color: '#AB5E41'

red 171 ◦ green 94 ◦ blue 65

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

Shades of Tuscany #AB5E41

Tints of Tuscany #AB5E41

RGB

 RED value IS 171 (67.19% from 255) = 51.82%

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

 BLUE value IS 65 (25.78% from 255) = 19.7%

R = 51.82%
G = 28.48%
B = 19.7%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.62

 K value IS 0.33

RGB Variations

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

Color information

#AB5E41 (or 0xAB5E41) is known color: Tuscany. HEX triplet: AB, 5E and 41. RGB value is (171,94,65). Sum of RGB (Red+Green+Blue) = 171+94+65=330 (43% of max value = 765). Red value is 171 (67.19% from 255 or 51.82% from 330); Green value is 94 (37.11% from 255 or 28.48% from 330); Blue value is 65 (25.78% from 255 or 19.70% from 330); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5E41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB5E41 is #54A1BE. Grayscale: #717171. Windows color (decimal): -5546431 or 4284075. OLE color: 4284075.

HSL color Cylindrical-coordinate representation of color #AB5E41: hue angle of 16.42º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AB5E41 is Cyan = 0, Magento = 0.45, Yellow = 0.62 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 94 65 -
CMYK 0 0.45 0.62 0.33
HSL 16.42º 0.45% 0.46% -
HSV(B) 16.42º 0.62% 0.67% -
XYZ 21.75 17.04 7.14 -
YUV 113.72 100.51 168.86 -
System Red Green Blue C M Y K H S L
Decimal 171 94 65 0 0.45 0.62 0.33 16.42 0.45 0.46
Hex AB 5E 41 0 2D 3E 21 10 2D 2E
Octal 253 136 101 0 55 76 41 20 55 56
Binary 10101011 1011110 1000001 0 101101 111110 100001 10000 101101 101110

Color Harmonies of #AB5E41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5E41

Black with #AB5E41

Text Example


Text Example

White with #AB5E41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5E41; }

 p { color: rgb(171,94,65); }

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

background-color css

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

 a { background-color: rgb(171,94,65); }

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

border-color css

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

 span { border-color: rgb(171,94,65); }

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