#AB614A

Color #AB614A Tuscany (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tuscany #AB614A

Tints of Tuscany #AB614A

Color information

#AB614A (or 0xAB614A) is unknown color: approx Tuscany. HEX triplet: AB, 61 and 4A. RGB value is (171,97,74). Sum of RGB (Red+Green+Blue) = 171+97+74=342 (45% of max value = 765). Red value is 171 (67.19% from 255 or 50% from 342); Green value is 97 (38.28% from 255 or 28.36% from 342); Blue value is 74 (29.30% from 255 or 21.64% from 342); Max value from RGB is 171 - color contains mainly: red. Hex color #AB614A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB614A is #549EB5. Grayscale: #747474. Windows color (decimal): -5545654 or 4874667. OLE color: 4874667.

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

Color convert

RGB1719774-
CMYK00.430.570.33
HSL14.23º39.59%48.04%-
HSV(B)14.23º56.73%67.06%-
XYZ22.3117.78.72-
YUV116.5104.02166.87-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 50%
GREEN value IS 97 (38.28% from 255) = 28.36%
BLUE value IS 74 (29.30% from 255) = 21.64%
R=50%
G=28.36%
B=21.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.57
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171977400.430.570.3314.2339.5948.04
HexAB614A02B3921e2830
Octal2531411120537141165060
Binary101010111100001100101001010111110011000011110101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB614A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB614A; }

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

 H1.HeaderClassName
 {
   color: #AB614A;
 }
 .AnyTagClassName
 {
   color: #AB614A;
 }
</style>
background-color css

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

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

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

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

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

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