Html Css Color HEX #AB5F47 Tuscany

📋 copy color: '#AB5F47'

red 171 ◦ green 95 ◦ blue 71

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

Shades of Tuscany #AB5F47

Tints of Tuscany #AB5F47

RGB

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

 GREEN value IS 95 (37.5% from 255) = 28.19%

 BLUE value IS 71 (28.13% from 255) = 21.07%

R = 50.74%
G = 28.19%
B = 21.07%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.58

 K value IS 0.33

RGB Variations

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

Color information

#AB5F47 (or 0xAB5F47) is known color: Tuscany. HEX triplet: AB, 5F and 47. RGB value is (171,95,71). Sum of RGB (Red+Green+Blue) = 171+95+71=337 (44% of max value = 765). Red value is 171 (67.19% from 255 or 50.74% from 337); Green value is 95 (37.5% from 255 or 28.19% from 337); Blue value is 71 (28.12% from 255 or 21.07% from 337); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5F47 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB5F47 is #54A0B8. Grayscale: #737373. Windows color (decimal): -5546169 or 4677547. OLE color: 4677547.

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

Color convert

RGB 171 95 71 -
CMYK 0 0.44 0.58 0.33
HSL 14.4º 0.41% 0.47% -
HSV(B) 14.4º 0.58% 0.67% -
XYZ 22.02 17.3 8.14 -
YUV 114.99 103.18 167.95 -
System Red Green Blue C M Y K H S L
Decimal 171 95 71 0 0.44 0.58 0.33 14.4 0.41 0.47
Hex AB 5F 47 0 2C 3A 21 E 29 2F
Octal 253 137 107 0 54 72 41 16 51 57
Binary 10101011 1011111 1000111 0 101100 111010 100001 1110 101001 101111

Color Harmonies of #AB5F47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5F47

Black with #AB5F47

Text Example


Text Example

White with #AB5F47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5F47; }

 p { color: rgb(171,95,71); }

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

background-color css

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

 a { background-color: rgb(171,95,71); }

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

border-color css

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

 span { border-color: rgb(171,95,71); }

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