Html Css Color HEX #AB6542 Tuscany

📋 copy color: '#AB6542'

red 171 ◦ green 101 ◦ blue 66

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

Shades of Tuscany #AB6542

Tints of Tuscany #AB6542

RGB

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

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

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

R = 50.59%
G = 29.88%
B = 19.53%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.61

 K value IS 0.33

RGB Variations

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

Color information

#AB6542 (or 0xAB6542) is known color: Tuscany. HEX triplet: AB, 65 and 42. RGB value is (171,101,66). Sum of RGB (Red+Green+Blue) = 171+101+66=338 (44% of max value = 765). Red value is 171 (67.19% from 255 or 50.59% from 338); Green value is 101 (39.84% from 255 or 29.88% from 338); Blue value is 66 (26.17% from 255 or 19.53% from 338); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6542 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB6542 is #549ABD. Grayscale: #767676. Windows color (decimal): -5544638 or 4351403. OLE color: 4351403.

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

Color convert

RGB 171 101 66 -
CMYK 0 0.41 0.61 0.33
HSL 20º 0.44% 0.46% -
HSV(B) 20º 0.61% 0.67% -
XYZ 22.43 18.36 7.52 -
YUV 117.94 98.69 165.85 -
System Red Green Blue C M Y K H S L
Decimal 171 101 66 0 0.41 0.61 0.33 20 0.44 0.46
Hex AB 65 42 0 29 3D 21 14 2C 2E
Octal 253 145 102 0 51 75 41 24 54 56
Binary 10101011 1100101 1000010 0 101001 111101 100001 10100 101100 101110

Color Harmonies of #AB6542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6542

Black with #AB6542

Text Example


Text Example

White with #AB6542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6542; }

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

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

background-color css

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

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

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

border-color css

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

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

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