Html Css Color HEX #AB6041 Tuscany

📋 copy color: '#AB6041'

red 171 ◦ green 96 ◦ blue 65

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

Shades of Tuscany #AB6041

Tints of Tuscany #AB6041

RGB

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

 GREEN value IS 96 (37.89% from 255) = 28.92%

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

R = 51.51%
G = 28.92%
B = 19.58%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.62

 K value IS 0.33

RGB Variations

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

Color information

#AB6041 (or 0xAB6041) is known color: Tuscany. HEX triplet: AB, 60 and 41. RGB value is (171,96,65). Sum of RGB (Red+Green+Blue) = 171+96+65=332 (43% of max value = 765). Red value is 171 (67.19% from 255 or 51.51% from 332); Green value is 96 (37.89% from 255 or 28.92% from 332); Blue value is 65 (25.78% from 255 or 19.58% from 332); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6041 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB6041 is #549FBE. Grayscale: #737373. Windows color (decimal): -5545919 or 4284587. OLE color: 4284587.

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

Color convert

RGB 171 96 65 -
CMYK 0 0.44 0.62 0.33
HSL 17.55º 0.45% 0.46% -
HSV(B) 17.55º 0.62% 0.67% -
XYZ 21.93 17.41 7.2 -
YUV 114.89 99.85 168.02 -
System Red Green Blue C M Y K H S L
Decimal 171 96 65 0 0.44 0.62 0.33 17.55 0.45 0.46
Hex AB 60 41 0 2C 3E 21 12 2D 2E
Octal 253 140 101 0 54 76 41 22 55 56
Binary 10101011 1100000 1000001 0 101100 111110 100001 10010 101101 101110

Color Harmonies of #AB6041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6041

Black with #AB6041

Text Example


Text Example

White with #AB6041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6041; }

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

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

background-color css

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

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

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

border-color css

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

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

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