Html Css Color HEX #AB603C Tuscany

📋 copy color: '#AB603C'

red 171 ◦ green 96 ◦ blue 60

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

Shades of Tuscany #AB603C

Tints of Tuscany #AB603C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 18.35%

R = 52.29%
G = 29.36%
B = 18.35%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.65

 K value IS 0.33

RGB Variations

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

Color information

#AB603C (or 0xAB603C) is known color: Tuscany. HEX triplet: AB, 60 and 3C. RGB value is (171,96,60). Sum of RGB (Red+Green+Blue) = 171+96+60=327 (43% of max value = 765). Red value is 171 (67.19% from 255 or 52.29% from 327); Green value is 96 (37.89% from 255 or 29.36% from 327); Blue value is 60 (23.83% from 255 or 18.35% from 327); Max value from RGB is 171 - color contains mainly: red. Hex color #AB603C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB603C is #549FC3. Grayscale: #727272. Windows color (decimal): -5545924 or 3956907. OLE color: 3956907.

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

Color convert

RGB 171 96 60 -
CMYK 0 0.44 0.65 0.33
HSL 19.46º 0.48% 0.45% -
HSV(B) 19.46º 0.65% 0.67% -
XYZ 21.79 17.35 6.48 -
YUV 114.32 97.35 168.43 -
System Red Green Blue C M Y K H S L
Decimal 171 96 60 0 0.44 0.65 0.33 19.46 0.48 0.45
Hex AB 60 3C 0 2C 41 21 13 30 2D
Octal 253 140 74 0 54 101 41 23 60 55
Binary 10101011 1100000 111100 0 101100 1000001 100001 10011 110000 101101

Color Harmonies of #AB603C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB603C

Black with #AB603C

Text Example


Text Example

White with #AB603C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB603C; }

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

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

background-color css

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

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

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

border-color css

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

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

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