#AB6567

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

Shades of Turkish Rose #AB6567

Tints of Turkish Rose #AB6567

Color information

#AB6567 (or 0xAB6567) is unknown color: approx Turkish Rose. HEX triplet: AB, 65 and 67. RGB value is (171,101,103). Sum of RGB (Red+Green+Blue) = 171+101+103=375 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.6% from 375); Green value is 101 (39.84% from 255 or 26.93% from 375); Blue value is 103 (40.62% from 255 or 27.47% from 375); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6567 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB6567 is #549A98. Grayscale: #7A7A7A. Windows color (decimal): -5544601 or 6776235. OLE color: 6776235.

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

Color convert

RGB171101103-
CMYK00.410.400.33
HSL358.29º29.41%53.33%-
HSV(B)358.29º40.94%67.06%-
XYZ23.918.9415.23-
YUV122.16117.19162.84-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 45.6%
GREEN value IS 101 (39.84% from 255) = 26.93%
BLUE value IS 103 (40.62% from 255) = 27.47%
R=45.6%
G=26.93%
B=27.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.40
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17110110300.410.400.33358.2929.4153.33
HexAB656702928211661d35
Octal25314514705150415463565
Binary1010101111001011100111010100110100010000110110011011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB6567

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB6567; }

 p { color: rgb(171,101,103); }

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

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

 a { background-color: rgb(171,101,103); }

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

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

 span { border-color: rgb(171,101,103); }

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