Html Css Color HEX #AB6048 Tuscany

📋 copy color: '#AB6048'

red 171 ◦ green 96 ◦ blue 72

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

Shades of Tuscany #AB6048

Tints of Tuscany #AB6048

RGB

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

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

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

R = 50.44%
G = 28.32%
B = 21.24%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.58

 K value IS 0.33

RGB Variations

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

Color information

#AB6048 (or 0xAB6048) is known color: Tuscany. HEX triplet: AB, 60 and 48. RGB value is (171,96,72). Sum of RGB (Red+Green+Blue) = 171+96+72=339 (44% of max value = 765). Red value is 171 (67.19% from 255 or 50.44% from 339); Green value is 96 (37.89% from 255 or 28.32% from 339); Blue value is 72 (28.52% from 255 or 21.24% from 339); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6048 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB6048 is #549FB7. Grayscale: #737373. Windows color (decimal): -5545912 or 4743339. OLE color: 4743339.

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

Color convert

RGB 171 96 72 -
CMYK 0 0.44 0.58 0.33
HSL 14.55º 0.41% 0.48% -
HSV(B) 14.55º 0.58% 0.67% -
XYZ 22.15 17.49 8.34 -
YUV 115.69 103.35 167.45 -
System Red Green Blue C M Y K H S L
Decimal 171 96 72 0 0.44 0.58 0.33 14.55 0.41 0.48
Hex AB 60 48 0 2C 3A 21 F 29 30
Octal 253 140 110 0 54 72 41 17 51 60
Binary 10101011 1100000 1001000 0 101100 111010 100001 1111 101001 110000

Color Harmonies of #AB6048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6048

Black with #AB6048

Text Example


Text Example

White with #AB6048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6048; }

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

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

background-color css

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

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

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

border-color css

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

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

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