Html Css Color HEX #AB707B Turkish Rose

📋 copy color: '#AB707B'

red 171 ◦ green 112 ◦ blue 123

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

Shades of Turkish Rose #AB707B

Tints of Turkish Rose #AB707B

RGB

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

 GREEN value IS 112 (44.14% from 255) = 27.59%

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

R = 42.12%
G = 27.59%
B = 30.3%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.28

 K value IS 0.33

RGB Variations

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

Color information

#AB707B (or 0xAB707B) is known color: Turkish Rose. HEX triplet: AB, 70 and 7B. RGB value is (171,112,123). Sum of RGB (Red+Green+Blue) = 171+112+123=406 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.12% from 406); Green value is 112 (44.14% from 255 or 27.59% from 406); Blue value is 123 (48.44% from 255 or 30.30% from 406); Max value from RGB is 171 - color contains mainly: red. Hex color #AB707B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB707B is #548F84. Grayscale: #828282. Windows color (decimal): -5541765 or 8089771. OLE color: 8089771.

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

Color convert

RGB 171 112 123 -
CMYK 0 0.35 0.28 0.33
HSL 348.81º 0.26% 0.55% -
HSV(B) 348.81º 0.35% 0.67% -
XYZ 26.16 21.68 21.54 -
YUV 130.9 123.55 156.61 -
System Red Green Blue C M Y K H S L
Decimal 171 112 123 0 0.35 0.28 0.33 348.81 0.26 0.55
Hex AB 70 7B 0 23 1C 21 15D 1A 37
Octal 253 160 173 0 43 34 41 535 32 67
Binary 10101011 1110000 1111011 0 100011 11100 100001 101011101 11010 110111

Color Harmonies of #AB707B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB707B

Black with #AB707B

Text Example


Text Example

White with #AB707B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB707B; }

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

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

background-color css

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

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

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

border-color css

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

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

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