Html Css Color HEX #AB606C Turkish Rose

📋 copy color: '#AB606C'

red 171 ◦ green 96 ◦ blue 108

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

Shades of Turkish Rose #AB606C

Tints of Turkish Rose #AB606C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 28.8%

R = 45.6%
G = 25.6%
B = 28.8%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.37

 K value IS 0.33

RGB Variations

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

Color information

#AB606C (or 0xAB606C) is known color: Turkish Rose. HEX triplet: AB, 60 and 6C. RGB value is (171,96,108). Sum of RGB (Red+Green+Blue) = 171+96+108=375 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.6% from 375); Green value is 96 (37.89% from 255 or 25.6% from 375); Blue value is 108 (42.58% from 255 or 28.8% from 375); Max value from RGB is 171 - color contains mainly: red. Hex color #AB606C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB606C is #549F93. Grayscale: #777777. Windows color (decimal): -5545876 or 7102635. OLE color: 7102635.

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

Color convert

RGB 171 96 108 -
CMYK 0 0.44 0.37 0.33
HSL 350.4º 0.31% 0.52% -
HSV(B) 350.4º 0.44% 0.67% -
XYZ 23.68 18.11 16.43 -
YUV 119.79 121.35 164.52 -
System Red Green Blue C M Y K H S L
Decimal 171 96 108 0 0.44 0.37 0.33 350.4 0.31 0.52
Hex AB 60 6C 0 2C 25 21 15E 1F 34
Octal 253 140 154 0 54 45 41 536 37 64
Binary 10101011 1100000 1101100 0 101100 100101 100001 101011110 11111 110100

Color Harmonies of #AB606C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB606C

Black with #AB606C

Text Example


Text Example

White with #AB606C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB606C; }

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

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

background-color css

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

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

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

border-color css

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

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

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