Html Css Color HEX #AB6170 Turkish Rose

📋 copy color: '#AB6170'

red 171 ◦ green 97 ◦ blue 112

#AB6170
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turkish Rose #AB6170

Tints of Turkish Rose #AB6170

RGB

 RED value IS 171 (67.19% from 255) = 45%

 GREEN value IS 97 (38.28% from 255) = 25.53%

 BLUE value IS 112 (44.14% from 255) = 29.47%

R = 45%
G = 25.53%
B = 29.47%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.35

 K value IS 0.33

RGB Variations

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

Color information

#AB6170 (or 0xAB6170) is known color: Turkish Rose. HEX triplet: AB, 61 and 70. RGB value is (171,97,112). Sum of RGB (Red+Green+Blue) = 171+97+112=380 (50% of max value = 765). Red value is 171 (67.19% from 255 or 45% from 380); Green value is 97 (38.28% from 255 or 25.53% from 380); Blue value is 112 (44.14% from 255 or 29.47% from 380); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6170 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB6170 is #549E8F. Grayscale: #787878. Windows color (decimal): -5545616 or 7365035. OLE color: 7365035.

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

Color convert

RGB 171 97 112 -
CMYK 0 0.43 0.35 0.33
HSL 347.84º 0.31% 0.53% -
HSV(B) 347.84º 0.43% 0.67% -
XYZ 23.99 18.38 17.61 -
YUV 120.84 123.02 163.78 -
System Red Green Blue C M Y K H S L
Decimal 171 97 112 0 0.43 0.35 0.33 347.84 0.31 0.53
Hex AB 61 70 0 2B 23 21 15C 1F 35
Octal 253 141 160 0 53 43 41 534 37 65
Binary 10101011 1100001 1110000 0 101011 100011 100001 101011100 11111 110101

Color Harmonies of #AB6170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6170

Black with #AB6170

Text Example


Text Example

White with #AB6170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6170; }

 p { color: rgb(171,97,112); }

 H1.HeaderClassName
 {
   color: #AB6170;
 }
 .AnyTagClassName
 {
   color: #AB6170;
 }
</style>

background-color css

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

 a { background-color: rgb(171,97,112); }

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

border-color css

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

 span { border-color: rgb(171,97,112); }

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