#AB6A70

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

Shades of Turkish Rose #AB6A70

Tints of Turkish Rose #AB6A70

Color information

#AB6A70 (or 0xAB6A70) is unknown color: approx Turkish Rose. HEX triplet: AB, 6A and 70. RGB value is (171,106,112). Sum of RGB (Red+Green+Blue) = 171+106+112=389 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.96% from 389); Green value is 106 (41.80% from 255 or 27.25% from 389); Blue value is 112 (44.14% from 255 or 28.79% from 389); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6A70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB6A70 is #54958F. Grayscale: #7E7E7E. Windows color (decimal): -5543312 or 7367339. OLE color: 7367339.

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

Color convert

RGB171106112-
CMYK00.380.350.33
HSL354.46º27.9%54.31%-
HSV(B)354.46º38.01%67.06%-
XYZ24.8720.1417.9-
YUV126.12120.03160.01-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 43.96%
GREEN value IS 106 (41.80% from 255) = 27.25%
BLUE value IS 112 (44.14% from 255) = 28.79%
R=43.96%
G=27.25%
B=28.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.35
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17110611200.380.350.33354.4627.954.31
HexAB6A7002623211621c36
Octal25315216004643415423466
Binary1010101111010101110000010011010001110000110110001011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB6A70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB6A70; }

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

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

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

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

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

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

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

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