Html Css Color HEX #AB686F Turkish Rose

📋 copy color: '#AB686F'

red 171 ◦ green 104 ◦ blue 111

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

Shades of Turkish Rose #AB686F

Tints of Turkish Rose #AB686F

RGB

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

 GREEN value IS 104 (41.02% from 255) = 26.94%

 BLUE value IS 111 (43.75% from 255) = 28.76%

R = 44.3%
G = 26.94%
B = 28.76%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.35

 K value IS 0.33

RGB Variations

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

Color information

#AB686F (or 0xAB686F) is known color: Turkish Rose. HEX triplet: AB, 68 and 6F. RGB value is (171,104,111). Sum of RGB (Red+Green+Blue) = 171+104+111=386 (51% of max value = 765). Red value is 171 (67.19% from 255 or 44.30% from 386); Green value is 104 (41.02% from 255 or 26.94% from 386); Blue value is 111 (43.75% from 255 or 28.76% from 386); Max value from RGB is 171 - color contains mainly: red. Hex color #AB686F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB686F is #549790. Grayscale: #7C7C7C. Windows color (decimal): -5543825 or 7301291. OLE color: 7301291.

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

Color convert

RGB 171 104 111 -
CMYK 0 0.39 0.35 0.33
HSL 353.73º 0.29% 0.54% -
HSV(B) 353.73º 0.39% 0.67% -
XYZ 24.61 19.71 17.55 -
YUV 124.83 120.2 160.93 -
System Red Green Blue C M Y K H S L
Decimal 171 104 111 0 0.39 0.35 0.33 353.73 0.29 0.54
Hex AB 68 6F 0 27 23 21 162 1D 36
Octal 253 150 157 0 47 43 41 542 35 66
Binary 10101011 1101000 1101111 0 100111 100011 100001 101100010 11101 110110

Color Harmonies of #AB686F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB686F

Black with #AB686F

Text Example


Text Example

White with #AB686F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB686F; }

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

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

background-color css

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

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

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

border-color css

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

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

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