Html Css Color HEX #AB757A Turkish Rose

📋 copy color: '#AB757A'

red 171 ◦ green 117 ◦ blue 122

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

Shades of Turkish Rose #AB757A

Tints of Turkish Rose #AB757A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 29.76%

R = 41.71%
G = 28.54%
B = 29.76%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.29

 K value IS 0.33

RGB Variations

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

Color information

#AB757A (or 0xAB757A) is known color: Turkish Rose. HEX triplet: AB, 75 and 7A. RGB value is (171,117,122). Sum of RGB (Red+Green+Blue) = 171+117+122=410 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.71% from 410); Green value is 117 (46.09% from 255 or 28.54% from 410); Blue value is 122 (48.05% from 255 or 29.76% from 410); Max value from RGB is 171 - color contains mainly: red. Hex color #AB757A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB757A is #548A85. Grayscale: #858585. Windows color (decimal): -5540486 or 8025515. OLE color: 8025515.

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

Color convert

RGB 171 117 122 -
CMYK 0 0.32 0.29 0.33
HSL 354.44º 0.24% 0.56% -
HSV(B) 354.44º 0.32% 0.67% -
XYZ 26.67 22.79 21.4 -
YUV 133.72 121.39 154.59 -
System Red Green Blue C M Y K H S L
Decimal 171 117 122 0 0.32 0.29 0.33 354.44 0.24 0.56
Hex AB 75 7A 0 20 1D 21 162 18 38
Octal 253 165 172 0 40 35 41 542 30 70
Binary 10101011 1110101 1111010 0 100000 11101 100001 101100010 11000 111000

Color Harmonies of #AB757A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB757A

Black with #AB757A

Text Example


Text Example

White with #AB757A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB757A; }

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

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

background-color css

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

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

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

border-color css

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

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

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