Html Css Color HEX #AB5B41 Tuscany

📋 copy color: '#AB5B41'

red 171 ◦ green 91 ◦ blue 65

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

Shades of Tuscany #AB5B41

Tints of Tuscany #AB5B41

RGB

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

 GREEN value IS 91 (35.94% from 255) = 27.83%

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

R = 52.29%
G = 27.83%
B = 19.88%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.62

 K value IS 0.33

RGB Variations

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

Color information

#AB5B41 (or 0xAB5B41) is known color: Tuscany. HEX triplet: AB, 5B and 41. RGB value is (171,91,65). Sum of RGB (Red+Green+Blue) = 171+91+65=327 (43% of max value = 765). Red value is 171 (67.19% from 255 or 52.29% from 327); Green value is 91 (35.94% from 255 or 27.83% from 327); Blue value is 65 (25.78% from 255 or 19.88% from 327); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5B41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB5B41 is #54A4BE. Grayscale: #707070. Windows color (decimal): -5547199 or 4283307. OLE color: 4283307.

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

Color convert

RGB 171 91 65 -
CMYK 0 0.47 0.62 0.33
HSL 14.72º 0.45% 0.46% -
HSV(B) 14.72º 0.62% 0.67% -
XYZ 21.49 16.52 7.06 -
YUV 111.96 101.5 170.11 -
System Red Green Blue C M Y K H S L
Decimal 171 91 65 0 0.47 0.62 0.33 14.72 0.45 0.46
Hex AB 5B 41 0 2F 3E 21 F 2D 2E
Octal 253 133 101 0 57 76 41 17 55 56
Binary 10101011 1011011 1000001 0 101111 111110 100001 1111 101101 101110

Color Harmonies of #AB5B41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5B41

Black with #AB5B41

Text Example


Text Example

White with #AB5B41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5B41; }

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

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

background-color css

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

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

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

border-color css

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

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

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