#AB6162

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

Shades of Turkish Rose #AB6162

Tints of Turkish Rose #AB6162

Color information

#AB6162 (or 0xAB6162) is unknown color: approx Turkish Rose. HEX triplet: AB, 61 and 62. RGB value is (171,97,98). Sum of RGB (Red+Green+Blue) = 171+97+98=366 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.72% from 366); Green value is 97 (38.28% from 255 or 26.50% from 366); Blue value is 98 (38.67% from 255 or 26.78% from 366); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6162 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB6162 is #549E9D. Grayscale: #777777. Windows color (decimal): -5545630 or 6447531. OLE color: 6447531.

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

Color convert

RGB1719798-
CMYK00.430.430.33
HSL359.19º30.58%52.55%-
HSV(B)359.19º43.27%67.06%-
XYZ23.2718.0913.82-
YUV119.24116.02164.92-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 46.72%
GREEN value IS 97 (38.28% from 255) = 26.50%
BLUE value IS 98 (38.67% from 255) = 26.78%
R=46.72%
G=26.50%
B=26.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.43
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171979800.430.430.33359.1930.5852.55
HexAB616202B2B211671f35
Octal25314114205353415473765
Binary1010101111000011100010010101110101110000110110011111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB6162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB6162; }

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

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

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

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

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

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

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

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