#AB6466

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

Shades of Turkish Rose #AB6466

Tints of Turkish Rose #AB6466

Color information

#AB6466 (or 0xAB6466) is unknown color: approx Turkish Rose. HEX triplet: AB, 64 and 66. RGB value is (171,100,102). Sum of RGB (Red+Green+Blue) = 171+100+102=373 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.84% from 373); Green value is 100 (39.45% from 255 or 26.81% from 373); Blue value is 102 (40.23% from 255 or 27.35% from 373); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6466 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB6466 is #549B99. Grayscale: #797979. Windows color (decimal): -5544858 or 6710443. OLE color: 6710443.

HSL color Cylindrical-coordinate representation of color #AB6466: hue angle of 358.31º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AB6466 is Cyan = 0, Magento = 0.42, Yellow = 0.40 and Black (K on CMYK) = 0.33.

Color convert

RGB171100102-
CMYK00.420.400.33
HSL358.31º29.71%53.14%-
HSV(B)358.31º41.52%67.06%-
XYZ23.7518.7314.93-
YUV121.46117.02163.34-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 45.84%
GREEN value IS 100 (39.45% from 255) = 26.81%
BLUE value IS 102 (40.23% from 255) = 27.35%
R=45.84%
G=26.81%
B=27.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.40
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17110010200.420.400.33358.3129.7153.14
HexAB646602A28211661e35
Octal25314414605250415463665
Binary1010101111001001100110010101010100010000110110011011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB6466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB6466; }

 p { color: rgb(171,100,102); }

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

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

 a { background-color: rgb(171,100,102); }

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

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

 span { border-color: rgb(171,100,102); }

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