Html Css Color HEX #AB604A Tuscany

📋 copy color: '#AB604A'

red 171 ◦ green 96 ◦ blue 74

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

Shades of Tuscany #AB604A

Tints of Tuscany #AB604A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 21.7%

R = 50.15%
G = 28.15%
B = 21.7%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.57

 K value IS 0.33

RGB Variations

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

Color information

#AB604A (or 0xAB604A) is known color: Tuscany. HEX triplet: AB, 60 and 4A. RGB value is (171,96,74). Sum of RGB (Red+Green+Blue) = 171+96+74=341 (45% of max value = 765). Red value is 171 (67.19% from 255 or 50.15% from 341); Green value is 96 (37.89% from 255 or 28.15% from 341); Blue value is 74 (29.30% from 255 or 21.70% from 341); Max value from RGB is 171 - color contains mainly: red. Hex color #AB604A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB604A is #549FB5. Grayscale: #747474. Windows color (decimal): -5545910 or 4874411. OLE color: 4874411.

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

Color convert

RGB 171 96 74 -
CMYK 0 0.44 0.57 0.33
HSL 13.61º 0.4% 0.48% -
HSV(B) 13.61º 0.57% 0.67% -
XYZ 22.21 17.52 8.69 -
YUV 115.92 104.35 167.29 -
System Red Green Blue C M Y K H S L
Decimal 171 96 74 0 0.44 0.57 0.33 13.61 0.4 0.48
Hex AB 60 4A 0 2C 39 21 E 28 30
Octal 253 140 112 0 54 71 41 16 50 60
Binary 10101011 1100000 1001010 0 101100 111001 100001 1110 101000 110000

Color Harmonies of #AB604A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB604A

Black with #AB604A

Text Example


Text Example

White with #AB604A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB604A; }

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

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

background-color css

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

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

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

border-color css

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

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

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