Html Css Color HEX #AB757D Turkish Rose

📋 copy color: '#AB757D'

red 171 ◦ green 117 ◦ blue 125

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

Shades of Turkish Rose #AB757D

Tints of Turkish Rose #AB757D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 30.27%

R = 41.4%
G = 28.33%
B = 30.27%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.27

 K value IS 0.33

RGB Variations

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

Color information

#AB757D (or 0xAB757D) is known color: Turkish Rose. HEX triplet: AB, 75 and 7D. RGB value is (171,117,125). Sum of RGB (Red+Green+Blue) = 171+117+125=413 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.40% from 413); Green value is 117 (46.09% from 255 or 28.33% from 413); Blue value is 125 (49.22% from 255 or 30.27% from 413); Max value from RGB is 171 - color contains mainly: red. Hex color #AB757D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB757D is #548A82. Grayscale: #868686. Windows color (decimal): -5540483 or 8222123. OLE color: 8222123.

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

Color convert

RGB 171 117 125 -
CMYK 0 0.32 0.27 0.33
HSL 351.11º 0.24% 0.56% -
HSV(B) 351.11º 0.32% 0.67% -
XYZ 26.86 22.86 22.4 -
YUV 134.06 122.89 154.35 -
System Red Green Blue C M Y K H S L
Decimal 171 117 125 0 0.32 0.27 0.33 351.11 0.24 0.56
Hex AB 75 7D 0 20 1B 21 15F 18 38
Octal 253 165 175 0 40 33 41 537 30 70
Binary 10101011 1110101 1111101 0 100000 11011 100001 101011111 11000 111000

Color Harmonies of #AB757D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB757D

Black with #AB757D

Text Example


Text Example

White with #AB757D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB757D; }

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

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

background-color css

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

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

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

border-color css

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

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

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