#AB6273

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

Shades of Turkish Rose #AB6273

Tints of Turkish Rose #AB6273

Color information

#AB6273 (or 0xAB6273) is unknown color: approx Turkish Rose. HEX triplet: AB, 62 and 73. RGB value is (171,98,115). Sum of RGB (Red+Green+Blue) = 171+98+115=384 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.53% from 384); Green value is 98 (38.67% from 255 or 25.52% from 384); Blue value is 115 (45.31% from 255 or 29.95% from 384); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6273 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB6273 is #549D8C. Grayscale: #797979. Windows color (decimal): -5545357 or 7561899. OLE color: 7561899.

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

Color convert

RGB17198115-
CMYK00.430.330.33
HSL346.03º30.29%52.75%-
HSV(B)346.03º42.69%67.06%-
XYZ24.2618.6318.54-
YUV121.76124.18163.12-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 44.53%
GREEN value IS 98 (38.67% from 255) = 25.52%
BLUE value IS 115 (45.31% from 255) = 29.95%
R=44.53%
G=25.52%
B=29.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.33
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1719811500.430.330.33346.0330.2952.75
HexAB627302B212115a1e35
Octal25314216305341415323665
Binary1010101111000101110011010101110000110000110101101011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB6273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB6273; }

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

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

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

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

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

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

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

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