Html Css Color HEX #AB6442 Tuscany

📋 copy color: '#AB6442'

red 171 ◦ green 100 ◦ blue 66

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

Shades of Tuscany #AB6442

Tints of Tuscany #AB6442

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 19.58%

R = 50.74%
G = 29.67%
B = 19.58%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.61

 K value IS 0.33

RGB Variations

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

Color information

#AB6442 (or 0xAB6442) is known color: Tuscany. HEX triplet: AB, 64 and 42. RGB value is (171,100,66). Sum of RGB (Red+Green+Blue) = 171+100+66=337 (44% of max value = 765). Red value is 171 (67.19% from 255 or 50.74% from 337); Green value is 100 (39.45% from 255 or 29.67% from 337); Blue value is 66 (26.17% from 255 or 19.58% from 337); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6442 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB6442 is #549BBD. Grayscale: #757575. Windows color (decimal): -5544894 or 4351147. OLE color: 4351147.

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

Color convert

RGB 171 100 66 -
CMYK 0 0.42 0.61 0.33
HSL 19.43º 0.44% 0.46% -
HSV(B) 19.43º 0.61% 0.67% -
XYZ 22.34 18.17 7.48 -
YUV 117.35 99.02 166.26 -
System Red Green Blue C M Y K H S L
Decimal 171 100 66 0 0.42 0.61 0.33 19.43 0.44 0.46
Hex AB 64 42 0 2A 3D 21 13 2C 2E
Octal 253 144 102 0 52 75 41 23 54 56
Binary 10101011 1100100 1000010 0 101010 111101 100001 10011 101100 101110

Color Harmonies of #AB6442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6442

Black with #AB6442

Text Example


Text Example

White with #AB6442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6442; }

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

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

background-color css

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

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

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

border-color css

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

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

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