Html Css Color HEX #AB757B Turkish Rose

📋 copy color: '#AB757B'

red 171 ◦ green 117 ◦ blue 123

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

Shades of Turkish Rose #AB757B

Tints of Turkish Rose #AB757B

RGB

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

 GREEN value IS 117 (46.09% from 255) = 28.47%

 BLUE value IS 123 (48.44% from 255) = 29.93%

R = 41.61%
G = 28.47%
B = 29.93%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.28

 K value IS 0.33

RGB Variations

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

Color information

#AB757B (or 0xAB757B) is known color: Turkish Rose. HEX triplet: AB, 75 and 7B. RGB value is (171,117,123). Sum of RGB (Red+Green+Blue) = 171+117+123=411 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.61% from 411); Green value is 117 (46.09% from 255 or 28.47% from 411); Blue value is 123 (48.44% from 255 or 29.93% from 411); Max value from RGB is 171 - color contains mainly: red. Hex color #AB757B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB757B is #548A84. Grayscale: #858585. Windows color (decimal): -5540485 or 8091051. OLE color: 8091051.

HSL color Cylindrical-coordinate representation of color #AB757B: hue angle of 353.33º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AB757B is Cyan = 0, Magento = 0.32, Yellow = 0.28 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 117 123 -
CMYK 0 0.32 0.28 0.33
HSL 353.33º 0.24% 0.56% -
HSV(B) 353.33º 0.32% 0.67% -
XYZ 26.73 22.81 21.73 -
YUV 133.83 121.89 154.51 -
System Red Green Blue C M Y K H S L
Decimal 171 117 123 0 0.32 0.28 0.33 353.33 0.24 0.56
Hex AB 75 7B 0 20 1C 21 161 18 38
Octal 253 165 173 0 40 34 41 541 30 70
Binary 10101011 1110101 1111011 0 100000 11100 100001 101100001 11000 111000

Color Harmonies of #AB757B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB757B

Black with #AB757B

Text Example


Text Example

White with #AB757B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB757B; }

 p { color: rgb(171,117,123); }

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

background-color css

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

 a { background-color: rgb(171,117,123); }

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

border-color css

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

 span { border-color: rgb(171,117,123); }

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