Html Css Color HEX #AB604C Tuscany

📋 copy color: '#AB604C'

red 171 ◦ green 96 ◦ blue 76

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

Shades of Tuscany #AB604C

Tints of Tuscany #AB604C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 22.16%

R = 49.85%
G = 27.99%
B = 22.16%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.56

 K value IS 0.33

RGB Variations

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

Color information

#AB604C (or 0xAB604C) is known color: Tuscany. HEX triplet: AB, 60 and 4C. RGB value is (171,96,76). Sum of RGB (Red+Green+Blue) = 171+96+76=343 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.85% from 343); Green value is 96 (37.89% from 255 or 27.99% from 343); Blue value is 76 (30.08% from 255 or 22.16% from 343); Max value from RGB is 171 - color contains mainly: red. Hex color #AB604C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB604C is #549FB3. Grayscale: #747474. Windows color (decimal): -5545908 or 5005483. OLE color: 5005483.

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

Color convert

RGB 171 96 76 -
CMYK 0 0.44 0.56 0.33
HSL 12.63º 0.38% 0.48% -
HSV(B) 12.63º 0.56% 0.67% -
XYZ 22.28 17.55 9.05 -
YUV 116.15 105.35 167.13 -
System Red Green Blue C M Y K H S L
Decimal 171 96 76 0 0.44 0.56 0.33 12.63 0.38 0.48
Hex AB 60 4C 0 2C 38 21 D 26 30
Octal 253 140 114 0 54 70 41 15 46 60
Binary 10101011 1100000 1001100 0 101100 111000 100001 1101 100110 110000

Color Harmonies of #AB604C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB604C

Black with #AB604C

Text Example


Text Example

White with #AB604C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB604C; }

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

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

background-color css

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

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

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

border-color css

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

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

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