Html Css Color HEX #AB6148 Tuscany

📋 copy color: '#AB6148'

red 171 ◦ green 97 ◦ blue 72

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

Shades of Tuscany #AB6148

Tints of Tuscany #AB6148

RGB

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

 GREEN value IS 97 (38.28% from 255) = 28.53%

 BLUE value IS 72 (28.52% from 255) = 21.18%

R = 50.29%
G = 28.53%
B = 21.18%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.58

 K value IS 0.33

RGB Variations

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

Color information

#AB6148 (or 0xAB6148) is known color: Tuscany. HEX triplet: AB, 61 and 48. RGB value is (171,97,72). Sum of RGB (Red+Green+Blue) = 171+97+72=340 (45% of max value = 765). Red value is 171 (67.19% from 255 or 50.29% from 340); Green value is 97 (38.28% from 255 or 28.53% from 340); Blue value is 72 (28.52% from 255 or 21.18% from 340); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6148 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB6148 is #549EB7. Grayscale: #747474. Windows color (decimal): -5545656 or 4743595. OLE color: 4743595.

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

Color convert

RGB 171 97 72 -
CMYK 0 0.43 0.58 0.33
HSL 15.15º 0.41% 0.48% -
HSV(B) 15.15º 0.58% 0.67% -
XYZ 22.24 17.68 8.37 -
YUV 116.28 103.02 167.03 -
System Red Green Blue C M Y K H S L
Decimal 171 97 72 0 0.43 0.58 0.33 15.15 0.41 0.48
Hex AB 61 48 0 2B 3A 21 F 29 30
Octal 253 141 110 0 53 72 41 17 51 60
Binary 10101011 1100001 1001000 0 101011 111010 100001 1111 101001 110000

Color Harmonies of #AB6148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6148

Black with #AB6148

Text Example


Text Example

White with #AB6148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6148; }

 p { color: rgb(171,97,72); }

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

background-color css

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

 a { background-color: rgb(171,97,72); }

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

border-color css

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

 span { border-color: rgb(171,97,72); }

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