Html Css Color HEX #AB656D Turkish Rose

📋 copy color: '#AB656D'

red 171 ◦ green 101 ◦ blue 109

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

Shades of Turkish Rose #AB656D

Tints of Turkish Rose #AB656D

RGB

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

 GREEN value IS 101 (39.84% from 255) = 26.51%

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

R = 44.88%
G = 26.51%
B = 28.61%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.36

 K value IS 0.33

RGB Variations

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

Color information

#AB656D (or 0xAB656D) is known color: Turkish Rose. HEX triplet: AB, 65 and 6D. RGB value is (171,101,109). Sum of RGB (Red+Green+Blue) = 171+101+109=381 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.88% from 381); Green value is 101 (39.84% from 255 or 26.51% from 381); Blue value is 109 (42.97% from 255 or 28.61% from 381); Max value from RGB is 171 - color contains mainly: red. Hex color #AB656D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB656D is #549A92. Grayscale: #7A7A7A. Windows color (decimal): -5544595 or 7169451. OLE color: 7169451.

HSL color Cylindrical-coordinate representation of color #AB656D: hue angle of 353.14º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AB656D is Cyan = 0, Magento = 0.41, Yellow = 0.36 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 101 109 -
CMYK 0 0.41 0.36 0.33
HSL 353.14º 0.29% 0.53% -
HSV(B) 353.14º 0.41% 0.67% -
XYZ 24.21 19.07 16.87 -
YUV 122.84 120.19 162.35 -
System Red Green Blue C M Y K H S L
Decimal 171 101 109 0 0.41 0.36 0.33 353.14 0.29 0.53
Hex AB 65 6D 0 29 24 21 161 1D 35
Octal 253 145 155 0 51 44 41 541 35 65
Binary 10101011 1100101 1101101 0 101001 100100 100001 101100001 11101 110101

Color Harmonies of #AB656D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB656D

Black with #AB656D

Text Example


Text Example

White with #AB656D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB656D; }

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

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

background-color css

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

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

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

border-color css

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

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

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