Html Css Color HEX #AB6642 Tuscany

📋 copy color: '#AB6642'

red 171 ◦ green 102 ◦ blue 66

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

Shades of Tuscany #AB6642

Tints of Tuscany #AB6642

RGB

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

 GREEN value IS 102 (40.23% from 255) = 30.09%

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

R = 50.44%
G = 30.09%
B = 19.47%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.61

 K value IS 0.33

RGB Variations

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

Color information

#AB6642 (or 0xAB6642) is known color: Tuscany. HEX triplet: AB, 66 and 42. RGB value is (171,102,66). Sum of RGB (Red+Green+Blue) = 171+102+66=339 (44% of max value = 765). Red value is 171 (67.19% from 255 or 50.44% from 339); Green value is 102 (40.23% from 255 or 30.09% from 339); Blue value is 66 (26.17% from 255 or 19.47% from 339); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6642 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB6642 is #5499BD. Grayscale: #767676. Windows color (decimal): -5544382 or 4351659. OLE color: 4351659.

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

Color convert

RGB 171 102 66 -
CMYK 0 0.40 0.61 0.33
HSL 20.57º 0.44% 0.46% -
HSV(B) 20.57º 0.61% 0.67% -
XYZ 22.53 18.55 7.55 -
YUV 118.53 98.36 165.43 -
System Red Green Blue C M Y K H S L
Decimal 171 102 66 0 0.40 0.61 0.33 20.57 0.44 0.46
Hex AB 66 42 0 28 3D 21 15 2C 2E
Octal 253 146 102 0 50 75 41 25 54 56
Binary 10101011 1100110 1000010 0 101000 111101 100001 10101 101100 101110

Color Harmonies of #AB6642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6642

Black with #AB6642

Text Example


Text Example

White with #AB6642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6642; }

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

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

background-color css

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

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

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

border-color css

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

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

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