Html Css Color HEX #AB6043 Tuscany

📋 copy color: '#AB6043'

red 171 ◦ green 96 ◦ blue 67

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

Shades of Tuscany #AB6043

Tints of Tuscany #AB6043

RGB

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

 GREEN value IS 96 (37.89% from 255) = 28.74%

 BLUE value IS 67 (26.56% from 255) = 20.06%

R = 51.2%
G = 28.74%
B = 20.06%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.61

 K value IS 0.33

RGB Variations

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

Color information

#AB6043 (or 0xAB6043) is known color: Tuscany. HEX triplet: AB, 60 and 43. RGB value is (171,96,67). Sum of RGB (Red+Green+Blue) = 171+96+67=334 (44% of max value = 765). Red value is 171 (67.19% from 255 or 51.20% from 334); Green value is 96 (37.89% from 255 or 28.74% from 334); Blue value is 67 (26.56% from 255 or 20.06% from 334); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6043 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB6043 is #549FBC. Grayscale: #737373. Windows color (decimal): -5545917 or 4415659. OLE color: 4415659.

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

Color convert

RGB 171 96 67 -
CMYK 0 0.44 0.61 0.33
HSL 16.73º 0.44% 0.47% -
HSV(B) 16.73º 0.61% 0.67% -
XYZ 21.99 17.43 7.52 -
YUV 115.12 100.85 167.86 -
System Red Green Blue C M Y K H S L
Decimal 171 96 67 0 0.44 0.61 0.33 16.73 0.44 0.47
Hex AB 60 43 0 2C 3D 21 11 2C 2F
Octal 253 140 103 0 54 75 41 21 54 57
Binary 10101011 1100000 1000011 0 101100 111101 100001 10001 101100 101111

Color Harmonies of #AB6043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6043

Black with #AB6043

Text Example


Text Example

White with #AB6043

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6043; }

 p { color: rgb(171,96,67); }

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

background-color css

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

 a { background-color: rgb(171,96,67); }

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

border-color css

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

 span { border-color: rgb(171,96,67); }

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