Html Css Color HEX #AB696B Turkish Rose

📋 copy color: '#AB696B'

red 171 ◦ green 105 ◦ blue 107

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

Shades of Turkish Rose #AB696B

Tints of Turkish Rose #AB696B

RGB

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

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

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

R = 44.65%
G = 27.42%
B = 27.94%

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

#AB696B (or 0xAB696B) is known color: Turkish Rose. HEX triplet: AB, 69 and 6B. RGB value is (171,105,107). Sum of RGB (Red+Green+Blue) = 171+105+107=383 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.65% from 383); Green value is 105 (41.41% from 255 or 27.42% from 383); Blue value is 107 (42.19% from 255 or 27.94% from 383); Max value from RGB is 171 - color contains mainly: red. Hex color #AB696B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB696B is #549694. Grayscale: #7D7D7D. Windows color (decimal): -5543573 or 7039403. OLE color: 7039403.

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

Color convert

RGB 171 105 107 -
CMYK 0 0.39 0.37 0.33
HSL 358.18º 0.28% 0.54% -
HSV(B) 358.18º 0.39% 0.67% -
XYZ 24.5 19.82 16.44 -
YUV 124.96 117.87 160.84 -
System Red Green Blue C M Y K H S L
Decimal 171 105 107 0 0.39 0.37 0.33 358.18 0.28 0.54
Hex AB 69 6B 0 27 25 21 166 1C 36
Octal 253 151 153 0 47 45 41 546 34 66
Binary 10101011 1101001 1101011 0 100111 100101 100001 101100110 11100 110110

Color Harmonies of #AB696B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB696B

Black with #AB696B

Text Example


Text Example

White with #AB696B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB696B; }

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

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

background-color css

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

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

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

border-color css

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

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

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