Html Css Color HEX #AB606F Turkish Rose

📋 copy color: '#AB606F'

red 171 ◦ green 96 ◦ blue 111

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

Shades of Turkish Rose #AB606F

Tints of Turkish Rose #AB606F

RGB

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

 GREEN value IS 96 (37.89% from 255) = 25.4%

 BLUE value IS 111 (43.75% from 255) = 29.37%

R = 45.24%
G = 25.4%
B = 29.37%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.35

 K value IS 0.33

RGB Variations

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

Color information

#AB606F (or 0xAB606F) is known color: Turkish Rose. HEX triplet: AB, 60 and 6F. RGB value is (171,96,111). Sum of RGB (Red+Green+Blue) = 171+96+111=378 (50% of max value = 765). Red value is 171 (67.19% from 255 or 45.24% from 378); Green value is 96 (37.89% from 255 or 25.40% from 378); Blue value is 111 (43.75% from 255 or 29.37% from 378); Max value from RGB is 171 - color contains mainly: red. Hex color #AB606F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB606F is #549F90. Grayscale: #787878. Windows color (decimal): -5545873 or 7299243. OLE color: 7299243.

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

Color convert

RGB 171 96 111 -
CMYK 0 0.44 0.35 0.33
HSL 348º 0.31% 0.52% -
HSV(B) 348º 0.44% 0.67% -
XYZ 23.85 18.17 17.29 -
YUV 120.14 122.85 164.28 -
System Red Green Blue C M Y K H S L
Decimal 171 96 111 0 0.44 0.35 0.33 348 0.31 0.52
Hex AB 60 6F 0 2C 23 21 15C 1F 34
Octal 253 140 157 0 54 43 41 534 37 64
Binary 10101011 1100000 1101111 0 101100 100011 100001 101011100 11111 110100

Color Harmonies of #AB606F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB606F

Black with #AB606F

Text Example


Text Example

White with #AB606F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB606F; }

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

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

background-color css

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

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

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

border-color css

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

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

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