Html Css Color HEX #AB6547 Tuscany

📋 copy color: '#AB6547'

red 171 ◦ green 101 ◦ blue 71

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

Shades of Tuscany #AB6547

Tints of Tuscany #AB6547

RGB

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

 GREEN value IS 101 (39.84% from 255) = 29.45%

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

R = 49.85%
G = 29.45%
B = 20.7%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.58

 K value IS 0.33

RGB Variations

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

Color information

#AB6547 (or 0xAB6547) is known color: Tuscany. HEX triplet: AB, 65 and 47. RGB value is (171,101,71). Sum of RGB (Red+Green+Blue) = 171+101+71=343 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.85% from 343); Green value is 101 (39.84% from 255 or 29.45% from 343); Blue value is 71 (28.12% from 255 or 20.70% from 343); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6547 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB6547 is #549AB8. Grayscale: #767676. Windows color (decimal): -5544633 or 4679083. OLE color: 4679083.

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

Color convert

RGB 171 101 71 -
CMYK 0 0.41 0.58 0.33
HSL 18º 0.41% 0.47% -
HSV(B) 18º 0.58% 0.67% -
XYZ 22.59 18.42 8.33 -
YUV 118.51 101.19 165.44 -
System Red Green Blue C M Y K H S L
Decimal 171 101 71 0 0.41 0.58 0.33 18 0.41 0.47
Hex AB 65 47 0 29 3A 21 12 29 2F
Octal 253 145 107 0 51 72 41 22 51 57
Binary 10101011 1100101 1000111 0 101001 111010 100001 10010 101001 101111

Color Harmonies of #AB6547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6547

Black with #AB6547

Text Example


Text Example

White with #AB6547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6547; }

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

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

background-color css

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

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

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

border-color css

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

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

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