Html Css Color HEX #AB698B Tapestry

📋 copy color: '#AB698B'

red 171 ◦ green 105 ◦ blue 139

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

Shades of Tapestry #AB698B

Tints of Tapestry #AB698B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 33.49%

R = 41.2%
G = 25.3%
B = 33.49%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.19

 K value IS 0.33

RGB Variations

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

Color information

#AB698B (or 0xAB698B) is known color: Tapestry. HEX triplet: AB, 69 and 8B. RGB value is (171,105,139). Sum of RGB (Red+Green+Blue) = 171+105+139=415 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.20% from 415); Green value is 105 (41.41% from 255 or 25.30% from 415); Blue value is 139 (54.69% from 255 or 33.49% from 415); Max value from RGB is 171 - color contains mainly: red. Hex color #AB698B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB698B is #549674. Grayscale: #808080. Windows color (decimal): -5543541 or 9136555. OLE color: 9136555.

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

Color convert

RGB 171 105 139 -
CMYK 0 0.39 0.19 0.33
HSL 329.09º 0.28% 0.54% -
HSV(B) 329.09º 0.39% 0.67% -
XYZ 26.51 20.63 27.01 -
YUV 128.61 133.87 158.24 -
System Red Green Blue C M Y K H S L
Decimal 171 105 139 0 0.39 0.19 0.33 329.09 0.28 0.54
Hex AB 69 8B 0 27 13 21 149 1C 36
Octal 253 151 213 0 47 23 41 511 34 66
Binary 10101011 1101001 10001011 0 100111 10011 100001 101001001 11100 110110

Color Harmonies of #AB698B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB698B

Black with #AB698B

Text Example


Text Example

White with #AB698B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB698B; }

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

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

background-color css

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

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

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

border-color css

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

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

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