Html Css Color HEX #AB6742 Tuscany

📋 copy color: '#AB6742'

red 171 ◦ green 103 ◦ blue 66

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

Shades of Tuscany #AB6742

Tints of Tuscany #AB6742

RGB

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

 GREEN value IS 103 (40.63% from 255) = 30.29%

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

R = 50.29%
G = 30.29%
B = 19.41%

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

#AB6742 (or 0xAB6742) is known color: Tuscany. HEX triplet: AB, 67 and 42. RGB value is (171,103,66). Sum of RGB (Red+Green+Blue) = 171+103+66=340 (45% of max value = 765). Red value is 171 (67.19% from 255 or 50.29% from 340); Green value is 103 (40.62% from 255 or 30.29% from 340); Blue value is 66 (26.17% from 255 or 19.41% from 340); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6742 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB6742 is #5498BD. Grayscale: #777777. Windows color (decimal): -5544126 or 4351915. OLE color: 4351915.

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

Color convert

RGB 171 103 66 -
CMYK 0 0.40 0.61 0.33
HSL 21.14º 0.44% 0.46% -
HSV(B) 21.14º 0.61% 0.67% -
XYZ 22.63 18.75 7.58 -
YUV 119.11 98.03 165.01 -
System Red Green Blue C M Y K H S L
Decimal 171 103 66 0 0.40 0.61 0.33 21.14 0.44 0.46
Hex AB 67 42 0 28 3D 21 15 2C 2E
Octal 253 147 102 0 50 75 41 25 54 56
Binary 10101011 1100111 1000010 0 101000 111101 100001 10101 101100 101110

Color Harmonies of #AB6742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6742

Black with #AB6742

Text Example


Text Example

White with #AB6742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6742; }

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

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

background-color css

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

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

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

border-color css

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

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

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