Html Css Color HEX #AB6947 Tuscany

📋 copy color: '#AB6947'

red 171 ◦ green 105 ◦ blue 71

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

Shades of Tuscany #AB6947

Tints of Tuscany #AB6947

RGB

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

 GREEN value IS 105 (41.41% from 255) = 30.26%

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

R = 49.28%
G = 30.26%
B = 20.46%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.58

 K value IS 0.33

RGB Variations

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

Color information

#AB6947 (or 0xAB6947) is known color: Tuscany. HEX triplet: AB, 69 and 47. RGB value is (171,105,71). Sum of RGB (Red+Green+Blue) = 171+105+71=347 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.28% from 347); Green value is 105 (41.41% from 255 or 30.26% from 347); Blue value is 71 (28.12% from 255 or 20.46% from 347); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6947 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB6947 is #5496B8. Grayscale: #797979. Windows color (decimal): -5543609 or 4680107. OLE color: 4680107.

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

Color convert

RGB 171 105 71 -
CMYK 0 0.39 0.58 0.33
HSL 20.4º 0.41% 0.47% -
HSV(B) 20.4º 0.58% 0.67% -
XYZ 22.98 19.22 8.46 -
YUV 120.86 99.87 163.76 -
System Red Green Blue C M Y K H S L
Decimal 171 105 71 0 0.39 0.58 0.33 20.4 0.41 0.47
Hex AB 69 47 0 27 3A 21 14 29 2F
Octal 253 151 107 0 47 72 41 24 51 57
Binary 10101011 1101001 1000111 0 100111 111010 100001 10100 101001 101111

Color Harmonies of #AB6947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6947

Black with #AB6947

Text Example


Text Example

White with #AB6947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6947; }

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

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

background-color css

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

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

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

border-color css

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

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

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