#AB626B

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

Shades of Turkish Rose #AB626B

Tints of Turkish Rose #AB626B

Color information

#AB626B (or 0xAB626B) is unknown color: approx Turkish Rose. HEX triplet: AB, 62 and 6B. RGB value is (171,98,107). Sum of RGB (Red+Green+Blue) = 171+98+107=376 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.48% from 376); Green value is 98 (38.67% from 255 or 26.06% from 376); Blue value is 107 (42.19% from 255 or 28.46% from 376); Max value from RGB is 171 - color contains mainly: red. Hex color #AB626B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB626B is #549D94. Grayscale: #787878. Windows color (decimal): -5545365 or 7037611. OLE color: 7037611.

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

Color convert

RGB17198107-
CMYK00.430.370.33
HSL352.6º30.29%52.75%-
HSV(B)352.6º42.69%67.06%-
XYZ23.8218.4516.22-
YUV120.85120.18163.77-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 45.48%
GREEN value IS 98 (38.67% from 255) = 26.06%
BLUE value IS 107 (42.19% from 255) = 28.46%
R=45.48%
G=26.06%
B=28.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.37
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1719810700.430.370.33352.630.2952.75
HexAB626B02B25211611e35
Octal25314215305345415413665
Binary1010101111000101101011010101110010110000110110000111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB626B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB626B; }

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

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

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

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

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

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

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

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