#AB6163

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

Shades of Turkish Rose #AB6163

Tints of Turkish Rose #AB6163

Color information

#AB6163 (or 0xAB6163) is unknown color: approx Turkish Rose. HEX triplet: AB, 61 and 63. RGB value is (171,97,99). Sum of RGB (Red+Green+Blue) = 171+97+99=367 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.59% from 367); Green value is 97 (38.28% from 255 or 26.43% from 367); Blue value is 99 (39.06% from 255 or 26.98% from 367); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6163 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB6163 is #549E9C. Grayscale: #777777. Windows color (decimal): -5545629 or 6513067. OLE color: 6513067.

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

Color convert

RGB1719799-
CMYK00.430.420.33
HSL358.38º30.58%52.55%-
HSV(B)358.38º43.27%67.06%-
XYZ23.3218.1114.07-
YUV119.35116.52164.84-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 46.59%
GREEN value IS 97 (38.28% from 255) = 26.43%
BLUE value IS 99 (39.06% from 255) = 26.98%
R=46.59%
G=26.43%
B=26.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.42
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171979900.430.420.33358.3830.5852.55
HexAB616302B2A211661f35
Octal25314114305352415463765
Binary1010101111000011100011010101110101010000110110011011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB6163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB6163; }

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

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

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

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

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

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

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

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