#AB614B

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

Shades of Tuscany #AB614B

Tints of Tuscany #AB614B

Color information

#AB614B (or 0xAB614B) is unknown color: approx Tuscany. HEX triplet: AB, 61 and 4B. RGB value is (171,97,75). Sum of RGB (Red+Green+Blue) = 171+97+75=343 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.85% from 343); Green value is 97 (38.28% from 255 or 28.28% from 343); Blue value is 75 (29.69% from 255 or 21.87% from 343); Max value from RGB is 171 - color contains mainly: red. Hex color #AB614B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB614B is #549EB4. Grayscale: #747474. Windows color (decimal): -5545653 or 4940203. OLE color: 4940203.

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

Color convert

RGB1719775-
CMYK00.430.560.33
HSL13.75º39.02%48.24%-
HSV(B)13.75º56.14%67.06%-
XYZ22.3417.728.9-
YUV116.62104.52166.79-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 49.85%
GREEN value IS 97 (38.28% from 255) = 28.28%
BLUE value IS 75 (29.69% from 255) = 21.87%
R=49.85%
G=28.28%
B=21.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.56
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171977500.430.560.3313.7539.0248.24
HexAB614B02B3821e2730
Octal2531411130537041164760
Binary101010111100001100101101010111110001000011110100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB614B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB614B; }

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

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

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

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

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

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

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

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