Html Css Color HEX #AB6E7B Turkish Rose

📋 copy color: '#AB6E7B'

red 171 ◦ green 110 ◦ blue 123

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

Shades of Turkish Rose #AB6E7B

Tints of Turkish Rose #AB6E7B

RGB

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

 GREEN value IS 110 (43.36% from 255) = 27.23%

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

R = 42.33%
G = 27.23%
B = 30.45%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.28

 K value IS 0.33

RGB Variations

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

Color information

#AB6E7B (or 0xAB6E7B) is known color: Turkish Rose. HEX triplet: AB, 6E and 7B. RGB value is (171,110,123). Sum of RGB (Red+Green+Blue) = 171+110+123=404 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.33% from 404); Green value is 110 (43.36% from 255 or 27.23% from 404); Blue value is 123 (48.44% from 255 or 30.45% from 404); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6E7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB6E7B is #549184. Grayscale: #818181. Windows color (decimal): -5542277 or 8089259. OLE color: 8089259.

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

Color convert

RGB 171 110 123 -
CMYK 0 0.36 0.28 0.33
HSL 347.21º 0.27% 0.55% -
HSV(B) 347.21º 0.36% 0.67% -
XYZ 25.95 21.24 21.47 -
YUV 129.72 124.21 157.44 -
System Red Green Blue C M Y K H S L
Decimal 171 110 123 0 0.36 0.28 0.33 347.21 0.27 0.55
Hex AB 6E 7B 0 24 1C 21 15B 1B 37
Octal 253 156 173 0 44 34 41 533 33 67
Binary 10101011 1101110 1111011 0 100100 11100 100001 101011011 11011 110111

Color Harmonies of #AB6E7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6E7B

Black with #AB6E7B

Text Example


Text Example

White with #AB6E7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6E7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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