#ab6270

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

Shades of Turkish Rose #AB6270

Tints of Turkish Rose #AB6270

Color information

#AB6270 (or 0xAB6270) is unknown color: approx Turkish Rose. HEX triplet: AB, 62 and 70. RGB value is (171,98,112). Sum of RGB (Red+Green+Blue) = 171+98+112=381 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.88% from 381); Green value is 98 (38.67% from 255 or 25.72% from 381); Blue value is 112 (44.14% from 255 or 29.40% from 381); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6270 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB6270 is #549D8F. Grayscale: #797979. Windows color (decimal): -5545360 or 7365291. OLE color: 7365291.

HSL color Cylindrical-coordinate representation of color #AB6270: hue angle of 348.49º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AB6270 is Cyan = 0, Magento = 0.43, Yellow = 0.35 and Black (K on CMYK) = 0.33.

Color convert

RGB17198112-
CMYK00.430.350.33
HSL348.49º30.29%52.75%-
HSV(B)348.49º42.69%67.06%-
XYZ24.0918.5617.64-
YUV121.42122.68163.36-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 44.88%
GREEN value IS 98 (38.67% from 255) = 25.72%
BLUE value IS 112 (44.14% from 255) = 29.40%
R=44.88%
G=25.72%
B=29.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.35
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1719811200.430.350.33348.4930.2952.75
HexAB627002B232115c1e35
Octal25314216005343415343665
Binary1010101111000101110000010101110001110000110101110011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ab6270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ab6270; }

 p { color: rgb(171,98,112); }

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

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

 a { background-color: rgb(171,98,112); }

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

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

 span { border-color: rgb(171,98,112); }

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