Html Css Color HEX #AB606D Turkish Rose

📋 copy color: '#AB606D'

red 171 ◦ green 96 ◦ blue 109

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

Shades of Turkish Rose #AB606D

Tints of Turkish Rose #AB606D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 28.99%

R = 45.48%
G = 25.53%
B = 28.99%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.36

 K value IS 0.33

RGB Variations

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

Color information

#AB606D (or 0xAB606D) is known color: Turkish Rose. HEX triplet: AB, 60 and 6D. RGB value is (171,96,109). Sum of RGB (Red+Green+Blue) = 171+96+109=376 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.48% from 376); Green value is 96 (37.89% from 255 or 25.53% from 376); Blue value is 109 (42.97% from 255 or 28.99% from 376); Max value from RGB is 171 - color contains mainly: red. Hex color #AB606D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB606D is #549F92. Grayscale: #777777. Windows color (decimal): -5545875 or 7168171. OLE color: 7168171.

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

Color convert

RGB 171 96 109 -
CMYK 0 0.44 0.36 0.33
HSL 349.6º 0.31% 0.52% -
HSV(B) 349.6º 0.44% 0.67% -
XYZ 23.74 18.13 16.72 -
YUV 119.91 121.85 164.44 -
System Red Green Blue C M Y K H S L
Decimal 171 96 109 0 0.44 0.36 0.33 349.6 0.31 0.52
Hex AB 60 6D 0 2C 24 21 15E 1F 34
Octal 253 140 155 0 54 44 41 536 37 64
Binary 10101011 1100000 1101101 0 101100 100100 100001 101011110 11111 110100

Color Harmonies of #AB606D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB606D

Black with #AB606D

Text Example


Text Example

White with #AB606D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB606D; }

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

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

background-color css

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

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

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

border-color css

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

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

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