Html Css Color HEX #AB768A Tapestry

📋 copy color: '#AB768A'

red 171 ◦ green 118 ◦ blue 138

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

Shades of Tapestry #AB768A

Tints of Tapestry #AB768A

RGB

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

 GREEN value IS 118 (46.48% from 255) = 27.63%

 BLUE value IS 138 (54.3% from 255) = 32.32%

R = 40.05%
G = 27.63%
B = 32.32%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.19

 K value IS 0.33

RGB Variations

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

Color information

#AB768A (or 0xAB768A) is known color: Tapestry. HEX triplet: AB, 76 and 8A. RGB value is (171,118,138). Sum of RGB (Red+Green+Blue) = 171+118+138=427 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.05% from 427); Green value is 118 (46.48% from 255 or 27.63% from 427); Blue value is 138 (54.30% from 255 or 32.32% from 427); Max value from RGB is 171 - color contains mainly: red. Hex color #AB768A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB768A is #548975. Grayscale: #888888. Windows color (decimal): -5540214 or 9074347. OLE color: 9074347.

HSL color Cylindrical-coordinate representation of color #AB768A: hue angle of 337.36º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AB768A is Cyan = 0, Magento = 0.31, Yellow = 0.19 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 118 138 -
CMYK 0 0.31 0.19 0.33
HSL 337.36º 0.24% 0.57% -
HSV(B) 337.36º 0.31% 0.67% -
XYZ 27.86 23.45 27.1 -
YUV 136.13 129.06 152.87 -
System Red Green Blue C M Y K H S L
Decimal 171 118 138 0 0.31 0.19 0.33 337.36 0.24 0.57
Hex AB 76 8A 0 1F 13 21 151 18 39
Octal 253 166 212 0 37 23 41 521 30 71
Binary 10101011 1110110 10001010 0 11111 10011 100001 101010001 11000 111001

Color Harmonies of #AB768A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB768A

Black with #AB768A

Text Example


Text Example

White with #AB768A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB768A; }

 p { color: rgb(171,118,138); }

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

background-color css

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

 a { background-color: rgb(171,118,138); }

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

border-color css

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

 span { border-color: rgb(171,118,138); }

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