#AB6067

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

Shades of Turkish Rose #AB6067

Tints of Turkish Rose #AB6067

Color information

#AB6067 (or 0xAB6067) is unknown color: approx Turkish Rose. HEX triplet: AB, 60 and 67. RGB value is (171,96,103). Sum of RGB (Red+Green+Blue) = 171+96+103=370 (49% of max value = 765). Red value is 171 (67.19% from 255 or 46.22% from 370); Green value is 96 (37.89% from 255 or 25.95% from 370); Blue value is 103 (40.62% from 255 or 27.84% from 370); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6067 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB6067 is #549F98. Grayscale: #777777. Windows color (decimal): -5545881 or 6774955. OLE color: 6774955.

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

Color convert

RGB17196103-
CMYK00.440.400.33
HSL354.4º30.86%52.35%-
HSV(B)354.4º43.86%67.06%-
XYZ23.431815.07-
YUV119.22118.85164.93-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 46.22%
GREEN value IS 96 (37.89% from 255) = 25.95%
BLUE value IS 103 (40.62% from 255) = 27.84%
R=46.22%
G=25.95%
B=27.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.40
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1719610300.440.400.33354.430.8652.35
HexAB606702C28211621f34
Octal25314014705450415423764
Binary1010101111000001100111010110010100010000110110001011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB6067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB6067; }

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

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

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

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

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

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

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

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