Html Css Color HEX #AB6441 Tuscany

📋 copy color: '#AB6441'

red 171 ◦ green 100 ◦ blue 65

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

Shades of Tuscany #AB6441

Tints of Tuscany #AB6441

RGB

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

 GREEN value IS 100 (39.45% from 255) = 29.76%

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

R = 50.89%
G = 29.76%
B = 19.35%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.62

 K value IS 0.33

RGB Variations

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

Color information

#AB6441 (or 0xAB6441) is known color: Tuscany. HEX triplet: AB, 64 and 41. RGB value is (171,100,65). Sum of RGB (Red+Green+Blue) = 171+100+65=336 (44% of max value = 765). Red value is 171 (67.19% from 255 or 50.89% from 336); Green value is 100 (39.45% from 255 or 29.76% from 336); Blue value is 65 (25.78% from 255 or 19.35% from 336); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6441 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB6441 is #549BBE. Grayscale: #757575. Windows color (decimal): -5544895 or 4285611. OLE color: 4285611.

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

Color convert

RGB 171 100 65 -
CMYK 0 0.42 0.62 0.33
HSL 19.81º 0.45% 0.46% -
HSV(B) 19.81º 0.62% 0.67% -
XYZ 22.31 18.15 7.33 -
YUV 117.24 98.52 166.35 -
System Red Green Blue C M Y K H S L
Decimal 171 100 65 0 0.42 0.62 0.33 19.81 0.45 0.46
Hex AB 64 41 0 2A 3E 21 14 2D 2E
Octal 253 144 101 0 52 76 41 24 55 56
Binary 10101011 1100100 1000001 0 101010 111110 100001 10100 101101 101110

Color Harmonies of #AB6441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6441

Black with #AB6441

Text Example


Text Example

White with #AB6441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6441; }

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

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

background-color css

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

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

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

border-color css

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

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

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