#AB626A

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

Shades of Turkish Rose #AB626A

Tints of Turkish Rose #AB626A

Color information

#AB626A (or 0xAB626A) is unknown color: approx Turkish Rose. HEX triplet: AB, 62 and 6A. RGB value is (171,98,106). Sum of RGB (Red+Green+Blue) = 171+98+106=375 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.6% from 375); Green value is 98 (38.67% from 255 or 26.13% from 375); Blue value is 106 (41.80% from 255 or 28.27% from 375); Max value from RGB is 171 - color contains mainly: red. Hex color #AB626A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB626A is #549D95. Grayscale: #787878. Windows color (decimal): -5545366 or 6972075. OLE color: 6972075.

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

Color convert

RGB17198106-
CMYK00.430.380.33
HSL353.42º30.29%52.75%-
HSV(B)353.42º42.69%67.06%-
XYZ23.7618.4315.94-
YUV120.74119.68163.85-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 45.6%
GREEN value IS 98 (38.67% from 255) = 26.13%
BLUE value IS 106 (41.80% from 255) = 28.27%
R=45.6%
G=26.13%
B=28.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.38
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1719810600.430.380.33353.4230.2952.75
HexAB626A02B26211611e35
Octal25314215205346415413665
Binary1010101111000101101010010101110011010000110110000111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB626A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB626A; }

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

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

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

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

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

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

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

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