#AB7279

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

Shades of Turkish Rose #AB7279

Tints of Turkish Rose #AB7279

Color information

#AB7279 (or 0xAB7279) is unknown color: approx Turkish Rose. HEX triplet: AB, 72 and 79. RGB value is (171,114,121). Sum of RGB (Red+Green+Blue) = 171+114+121=406 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.12% from 406); Green value is 114 (44.92% from 255 or 28.08% from 406); Blue value is 121 (47.66% from 255 or 29.80% from 406); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7279 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB7279 is #548D86. Grayscale: #838383. Windows color (decimal): -5541255 or 7959211. OLE color: 7959211.

HSL color Cylindrical-coordinate representation of color #AB7279: hue angle of 352.63º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AB7279 is Cyan = 0, Magento = 0.33, Yellow = 0.29 and Black (K on CMYK) = 0.33.

Color convert

RGB171114121-
CMYK00.330.290.33
HSL352.63º25.33%55.88%-
HSV(B)352.63º33.33%67.06%-
XYZ26.2622.0720.97-
YUV131.84121.88155.93-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 42.12%
GREEN value IS 114 (44.92% from 255) = 28.08%
BLUE value IS 121 (47.66% from 255) = 29.80%
R=42.12%
G=28.08%
B=29.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.29
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17111412100.330.290.33352.6325.3355.88
HexAB72790211D211611938
Octal25316217104135415413170
Binary101010111110010111100101000011110110000110110000111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB7279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB7279; }

 p { color: rgb(171,114,121); }

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

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

 a { background-color: rgb(171,114,121); }

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

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

 span { border-color: rgb(171,114,121); }

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