Html Css Color HEX #AB6143 Tuscany

📋 copy color: '#AB6143'

red 171 ◦ green 97 ◦ blue 67

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

Shades of Tuscany #AB6143

Tints of Tuscany #AB6143

RGB

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

 GREEN value IS 97 (38.28% from 255) = 28.96%

 BLUE value IS 67 (26.56% from 255) = 20%

R = 51.04%
G = 28.96%
B = 20%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.61

 K value IS 0.33

RGB Variations

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

Color information

#AB6143 (or 0xAB6143) is known color: Tuscany. HEX triplet: AB, 61 and 43. RGB value is (171,97,67). Sum of RGB (Red+Green+Blue) = 171+97+67=335 (44% of max value = 765). Red value is 171 (67.19% from 255 or 51.04% from 335); Green value is 97 (38.28% from 255 or 28.96% from 335); Blue value is 67 (26.56% from 255 or 20% from 335); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6143 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB6143 is #549EBC. Grayscale: #737373. Windows color (decimal): -5545661 or 4415915. OLE color: 4415915.

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

Color convert

RGB 171 97 67 -
CMYK 0 0.43 0.61 0.33
HSL 17.31º 0.44% 0.47% -
HSV(B) 17.31º 0.61% 0.67% -
XYZ 22.08 17.61 7.55 -
YUV 115.71 100.52 167.44 -
System Red Green Blue C M Y K H S L
Decimal 171 97 67 0 0.43 0.61 0.33 17.31 0.44 0.47
Hex AB 61 43 0 2B 3D 21 11 2C 2F
Octal 253 141 103 0 53 75 41 21 54 57
Binary 10101011 1100001 1000011 0 101011 111101 100001 10001 101100 101111

Color Harmonies of #AB6143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6143

Black with #AB6143

Text Example


Text Example

White with #AB6143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6143; }

 p { color: rgb(171,97,67); }

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

background-color css

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

 a { background-color: rgb(171,97,67); }

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

border-color css

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

 span { border-color: rgb(171,97,67); }

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