Html Css Color HEX #AB6747 Tuscany

📋 copy color: '#AB6747'

red 171 ◦ green 103 ◦ blue 71

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

Shades of Tuscany #AB6747

Tints of Tuscany #AB6747

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 20.58%

R = 49.57%
G = 29.86%
B = 20.58%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.58

 K value IS 0.33

RGB Variations

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

Color information

#AB6747 (or 0xAB6747) is known color: Tuscany. HEX triplet: AB, 67 and 47. RGB value is (171,103,71). Sum of RGB (Red+Green+Blue) = 171+103+71=345 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.57% from 345); Green value is 103 (40.62% from 255 or 29.86% from 345); Blue value is 71 (28.12% from 255 or 20.58% from 345); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6747 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB6747 is #5498B8. Grayscale: #777777. Windows color (decimal): -5544121 or 4679595. OLE color: 4679595.

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

Color convert

RGB 171 103 71 -
CMYK 0 0.40 0.58 0.33
HSL 19.2º 0.41% 0.47% -
HSV(B) 19.2º 0.58% 0.67% -
XYZ 22.78 18.81 8.39 -
YUV 119.68 100.53 164.6 -
System Red Green Blue C M Y K H S L
Decimal 171 103 71 0 0.40 0.58 0.33 19.2 0.41 0.47
Hex AB 67 47 0 28 3A 21 13 29 2F
Octal 253 147 107 0 50 72 41 23 51 57
Binary 10101011 1100111 1000111 0 101000 111010 100001 10011 101001 101111

Color Harmonies of #AB6747

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6747

Black with #AB6747

Text Example


Text Example

White with #AB6747

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6747; }

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

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

background-color css

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

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

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

border-color css

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

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

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