#AB6062

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

Shades of Turkish Rose #AB6062

Tints of Turkish Rose #AB6062

Color information

#AB6062 (or 0xAB6062) is unknown color: approx Turkish Rose. HEX triplet: AB, 60 and 62. RGB value is (171,96,98). Sum of RGB (Red+Green+Blue) = 171+96+98=365 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.85% from 365); Green value is 96 (37.89% from 255 or 26.30% from 365); Blue value is 98 (38.67% from 255 or 26.85% from 365); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6062 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB6062 is #549F9D. Grayscale: #767676. Windows color (decimal): -5545886 or 6447275. OLE color: 6447275.

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

Color convert

RGB1719698-
CMYK00.440.430.33
HSL358.4º30.86%52.35%-
HSV(B)358.4º43.86%67.06%-
XYZ23.1817.9113.79-
YUV118.65116.35165.34-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 46.85%
GREEN value IS 96 (37.89% from 255) = 26.30%
BLUE value IS 98 (38.67% from 255) = 26.85%
R=46.85%
G=26.30%
B=26.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.43
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171969800.440.430.33358.430.8652.35
HexAB606202C2B211661f34
Octal25314014205453415463764
Binary1010101111000001100010010110010101110000110110011011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB6062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB6062; }

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

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

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

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

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

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

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

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