Html Css Color HEX #AB686B Turkish Rose

📋 copy color: '#AB686B'

red 171 ◦ green 104 ◦ blue 107

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

Shades of Turkish Rose #AB686B

Tints of Turkish Rose #AB686B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 28.01%

R = 44.76%
G = 27.23%
B = 28.01%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.37

 K value IS 0.33

RGB Variations

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

Color information

#AB686B (or 0xAB686B) is known color: Turkish Rose. HEX triplet: AB, 68 and 6B. RGB value is (171,104,107). Sum of RGB (Red+Green+Blue) = 171+104+107=382 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.76% from 382); Green value is 104 (41.02% from 255 or 27.23% from 382); Blue value is 107 (42.19% from 255 or 28.01% from 382); Max value from RGB is 171 - color contains mainly: red. Hex color #AB686B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB686B is #549794. Grayscale: #7C7C7C. Windows color (decimal): -5543829 or 7039147. OLE color: 7039147.

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

Color convert

RGB 171 104 107 -
CMYK 0 0.39 0.37 0.33
HSL 357.31º 0.29% 0.54% -
HSV(B) 357.31º 0.39% 0.67% -
XYZ 24.4 19.62 16.41 -
YUV 124.38 118.2 161.26 -
System Red Green Blue C M Y K H S L
Decimal 171 104 107 0 0.39 0.37 0.33 357.31 0.29 0.54
Hex AB 68 6B 0 27 25 21 165 1D 36
Octal 253 150 153 0 47 45 41 545 35 66
Binary 10101011 1101000 1101011 0 100111 100101 100001 101100101 11101 110110

Color Harmonies of #AB686B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB686B

Black with #AB686B

Text Example


Text Example

White with #AB686B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB686B; }

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

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

background-color css

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

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

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

border-color css

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

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

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