Html Css Color HEX #AB696F Turkish Rose

📋 copy color: '#AB696F'

red 171 ◦ green 105 ◦ blue 111

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

Shades of Turkish Rose #AB696F

Tints of Turkish Rose #AB696F

RGB

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

 GREEN value IS 105 (41.41% from 255) = 27.13%

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

R = 44.19%
G = 27.13%
B = 28.68%

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

#AB696F (or 0xAB696F) is known color: Turkish Rose. HEX triplet: AB, 69 and 6F. RGB value is (171,105,111). Sum of RGB (Red+Green+Blue) = 171+105+111=387 (51% of max value = 765). Red value is 171 (67.19% from 255 or 44.19% from 387); Green value is 105 (41.41% from 255 or 27.13% from 387); Blue value is 111 (43.75% from 255 or 28.68% from 387); Max value from RGB is 171 - color contains mainly: red. Hex color #AB696F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB696F is #549690. Grayscale: #7D7D7D. Windows color (decimal): -5543569 or 7301547. OLE color: 7301547.

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

Color convert

RGB 171 105 111 -
CMYK 0 0.39 0.35 0.33
HSL 354.55º 0.28% 0.54% -
HSV(B) 354.55º 0.39% 0.67% -
XYZ 24.72 19.91 17.58 -
YUV 125.42 119.87 160.51 -
System Red Green Blue C M Y K H S L
Decimal 171 105 111 0 0.39 0.35 0.33 354.55 0.28 0.54
Hex AB 69 6F 0 27 23 21 163 1C 36
Octal 253 151 157 0 47 43 41 543 34 66
Binary 10101011 1101001 1101111 0 100111 100011 100001 101100011 11100 110110

Color Harmonies of #AB696F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB696F

Black with #AB696F

Text Example


Text Example

White with #AB696F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB696F; }

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

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

background-color css

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

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

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

border-color css

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

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

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