Html Css Color HEX #AB5A40 Tuscany

📋 copy color: '#AB5A40'

red 171 ◦ green 90 ◦ blue 64

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

Shades of Tuscany #AB5A40

Tints of Tuscany #AB5A40

RGB

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

 GREEN value IS 90 (35.55% from 255) = 27.69%

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

R = 52.62%
G = 27.69%
B = 19.69%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#AB5A40 (or 0xAB5A40) is known color: Tuscany. HEX triplet: AB, 5A and 40. RGB value is (171,90,64). Sum of RGB (Red+Green+Blue) = 171+90+64=325 (43% of max value = 765). Red value is 171 (67.19% from 255 or 52.62% from 325); Green value is 90 (35.55% from 255 or 27.69% from 325); Blue value is 64 (25.39% from 255 or 19.69% from 325); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5A40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB5A40 is #54A5BF. Grayscale: #6F6F6F. Windows color (decimal): -5547456 or 4217515. OLE color: 4217515.

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

Color convert

RGB 171 90 64 -
CMYK 0 0.47 0.63 0.33
HSL 14.58º 0.46% 0.46% -
HSV(B) 14.58º 0.63% 0.67% -
XYZ 21.38 16.34 6.88 -
YUV 111.26 101.34 170.61 -
System Red Green Blue C M Y K H S L
Decimal 171 90 64 0 0.47 0.63 0.33 14.58 0.46 0.46
Hex AB 5A 40 0 2F 3F 21 F 2E 2E
Octal 253 132 100 0 57 77 41 17 56 56
Binary 10101011 1011010 1000000 0 101111 111111 100001 1111 101110 101110

Color Harmonies of #AB5A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5A40

Black with #AB5A40

Text Example


Text Example

White with #AB5A40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5A40; }

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

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

background-color css

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

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

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

border-color css

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

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

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