Html Css Color HEX #AB6F7B Turkish Rose

📋 copy color: '#AB6F7B'

red 171 ◦ green 111 ◦ blue 123

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

Shades of Turkish Rose #AB6F7B

Tints of Turkish Rose #AB6F7B

RGB

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

 GREEN value IS 111 (43.75% from 255) = 27.41%

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

R = 42.22%
G = 27.41%
B = 30.37%

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

#AB6F7B (or 0xAB6F7B) is known color: Turkish Rose. HEX triplet: AB, 6F and 7B. RGB value is (171,111,123). Sum of RGB (Red+Green+Blue) = 171+111+123=405 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.22% from 405); Green value is 111 (43.75% from 255 or 27.41% from 405); Blue value is 123 (48.44% from 255 or 30.37% from 405); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6F7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB6F7B is #549084. Grayscale: #828282. Windows color (decimal): -5542021 or 8089515. OLE color: 8089515.

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

Color convert

RGB 171 111 123 -
CMYK 0 0.35 0.28 0.33
HSL 348º 0.26% 0.55% -
HSV(B) 348º 0.35% 0.67% -
XYZ 26.05 21.46 21.51 -
YUV 130.31 123.88 157.02 -
System Red Green Blue C M Y K H S L
Decimal 171 111 123 0 0.35 0.28 0.33 348 0.26 0.55
Hex AB 6F 7B 0 23 1C 21 15C 1A 37
Octal 253 157 173 0 43 34 41 534 32 67
Binary 10101011 1101111 1111011 0 100011 11100 100001 101011100 11010 110111

Color Harmonies of #AB6F7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6F7B

Black with #AB6F7B

Text Example


Text Example

White with #AB6F7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6F7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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