Html Css Color HEX #AB6141 Tuscany

📋 copy color: '#AB6141'

red 171 ◦ green 97 ◦ blue 65

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

Shades of Tuscany #AB6141

Tints of Tuscany #AB6141

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 19.52%

R = 51.35%
G = 29.13%
B = 19.52%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.62

 K value IS 0.33

RGB Variations

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

Color information

#AB6141 (or 0xAB6141) is known color: Tuscany. HEX triplet: AB, 61 and 41. RGB value is (171,97,65). Sum of RGB (Red+Green+Blue) = 171+97+65=333 (44% of max value = 765). Red value is 171 (67.19% from 255 or 51.35% from 333); Green value is 97 (38.28% from 255 or 29.13% from 333); Blue value is 65 (25.78% from 255 or 19.52% from 333); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6141 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB6141 is #549EBE. Grayscale: #737373. Windows color (decimal): -5545663 or 4284843. OLE color: 4284843.

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

Color convert

RGB 171 97 65 -
CMYK 0 0.43 0.62 0.33
HSL 18.11º 0.45% 0.46% -
HSV(B) 18.11º 0.62% 0.67% -
XYZ 22.02 17.59 7.24 -
YUV 115.48 99.52 167.6 -
System Red Green Blue C M Y K H S L
Decimal 171 97 65 0 0.43 0.62 0.33 18.11 0.45 0.46
Hex AB 61 41 0 2B 3E 21 12 2D 2E
Octal 253 141 101 0 53 76 41 22 55 56
Binary 10101011 1100001 1000001 0 101011 111110 100001 10010 101101 101110

Color Harmonies of #AB6141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6141

Black with #AB6141

Text Example


Text Example

White with #AB6141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6141; }

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

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

background-color css

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

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

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

border-color css

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

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

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