Html Css Color HEX #AB5B3C Tuscany

📋 copy color: '#AB5B3C'

red 171 ◦ green 91 ◦ blue 60

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

Shades of Tuscany #AB5B3C

Tints of Tuscany #AB5B3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 18.63%

R = 53.11%
G = 28.26%
B = 18.63%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.65

 K value IS 0.33

RGB Variations

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

Color information

#AB5B3C (or 0xAB5B3C) is known color: Tuscany. HEX triplet: AB, 5B and 3C. RGB value is (171,91,60). Sum of RGB (Red+Green+Blue) = 171+91+60=322 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.11% from 322); Green value is 91 (35.94% from 255 or 28.26% from 322); Blue value is 60 (23.83% from 255 or 18.63% from 322); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5B3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB5B3C is #54A4C3. Grayscale: #6F6F6F. Windows color (decimal): -5547204 or 3955627. OLE color: 3955627.

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

Color convert

RGB 171 91 60 -
CMYK 0 0.47 0.65 0.33
HSL 16.76º 0.48% 0.45% -
HSV(B) 16.76º 0.65% 0.67% -
XYZ 21.35 16.47 6.33 -
YUV 111.39 99 170.52 -
System Red Green Blue C M Y K H S L
Decimal 171 91 60 0 0.47 0.65 0.33 16.76 0.48 0.45
Hex AB 5B 3C 0 2F 41 21 11 30 2D
Octal 253 133 74 0 57 101 41 21 60 55
Binary 10101011 1011011 111100 0 101111 1000001 100001 10001 110000 101101

Color Harmonies of #AB5B3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5B3C

Black with #AB5B3C

Text Example


Text Example

White with #AB5B3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5B3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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