Html Css Color HEX #AB5940 Tuscany

📋 copy color: '#AB5940'

red 171 ◦ green 89 ◦ blue 64

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

Shades of Tuscany #AB5940

Tints of Tuscany #AB5940

RGB

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

 GREEN value IS 89 (35.16% from 255) = 27.47%

 BLUE value IS 64 (25.39% from 255) = 19.75%

R = 52.78%
G = 27.47%
B = 19.75%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#AB5940 (or 0xAB5940) is known color: Tuscany. HEX triplet: AB, 59 and 40. RGB value is (171,89,64). Sum of RGB (Red+Green+Blue) = 171+89+64=324 (42% of max value = 765). Red value is 171 (67.19% from 255 or 52.78% from 324); Green value is 89 (35.16% from 255 or 27.47% from 324); Blue value is 64 (25.39% from 255 or 19.75% from 324); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5940 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB5940 is #54A6BF. Grayscale: #6E6E6E. Windows color (decimal): -5547712 or 4217259. OLE color: 4217259.

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

Color convert

RGB 171 89 64 -
CMYK 0 0.48 0.63 0.33
HSL 14.02º 0.46% 0.46% -
HSV(B) 14.02º 0.63% 0.67% -
XYZ 21.29 16.17 6.85 -
YUV 110.67 101.67 171.03 -
System Red Green Blue C M Y K H S L
Decimal 171 89 64 0 0.48 0.63 0.33 14.02 0.46 0.46
Hex AB 59 40 0 30 3F 21 E 2E 2E
Octal 253 131 100 0 60 77 41 16 56 56
Binary 10101011 1011001 1000000 0 110000 111111 100001 1110 101110 101110

Color Harmonies of #AB5940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5940

Black with #AB5940

Text Example


Text Example

White with #AB5940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5940; }

 p { color: rgb(171,89,64); }

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

background-color css

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

 a { background-color: rgb(171,89,64); }

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

border-color css

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

 span { border-color: rgb(171,89,64); }

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