Html Css Color HEX #AB6541 Tuscany

📋 copy color: '#AB6541'

red 171 ◦ green 101 ◦ blue 65

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

Shades of Tuscany #AB6541

Tints of Tuscany #AB6541

RGB

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

 GREEN value IS 101 (39.84% from 255) = 29.97%

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

R = 50.74%
G = 29.97%
B = 19.29%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.62

 K value IS 0.33

RGB Variations

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

Color information

#AB6541 (or 0xAB6541) is known color: Tuscany. HEX triplet: AB, 65 and 41. RGB value is (171,101,65). Sum of RGB (Red+Green+Blue) = 171+101+65=337 (44% of max value = 765). Red value is 171 (67.19% from 255 or 50.74% from 337); Green value is 101 (39.84% from 255 or 29.97% from 337); Blue value is 65 (25.78% from 255 or 19.29% from 337); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6541 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB6541 is #549ABE. Grayscale: #767676. Windows color (decimal): -5544639 or 4285867. OLE color: 4285867.

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

Color convert

RGB 171 101 65 -
CMYK 0 0.41 0.62 0.33
HSL 20.38º 0.45% 0.46% -
HSV(B) 20.38º 0.62% 0.67% -
XYZ 22.4 18.35 7.36 -
YUV 117.83 98.19 165.93 -
System Red Green Blue C M Y K H S L
Decimal 171 101 65 0 0.41 0.62 0.33 20.38 0.45 0.46
Hex AB 65 41 0 29 3E 21 14 2D 2E
Octal 253 145 101 0 51 76 41 24 55 56
Binary 10101011 1100101 1000001 0 101001 111110 100001 10100 101101 101110

Color Harmonies of #AB6541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6541

Black with #AB6541

Text Example


Text Example

White with #AB6541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6541; }

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

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

background-color css

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

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

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

border-color css

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

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

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