Html Css Color HEX #A67F87 Tapestry

📋 copy color: '#A67F87'

red 166 ◦ green 127 ◦ blue 135

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

Shades of Tapestry #A67F87

Tints of Tapestry #A67F87

RGB

 RED value IS 166 (65.23% from 255) = 38.79%

 GREEN value IS 127 (50% from 255) = 29.67%

 BLUE value IS 135 (53.13% from 255) = 31.54%

R = 38.79%
G = 29.67%
B = 31.54%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.19

 K value IS 0.35

RGB Variations

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

Color information

#A67F87 (or 0xA67F87) is known color: Tapestry. HEX triplet: A6, 7F and 87. RGB value is (166,127,135). Sum of RGB (Red+Green+Blue) = 166+127+135=428 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.79% from 428); Green value is 127 (50% from 255 or 29.67% from 428); Blue value is 135 (53.12% from 255 or 31.54% from 428); Max value from RGB is 166 - color contains mainly: red. Hex color #A67F87 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A67F87 is #598078. Grayscale: #8B8B8B. Windows color (decimal): -5865593 or 8880038. OLE color: 8880038.

HSL color Cylindrical-coordinate representation of color #A67F87: hue angle of 347.69º degrees, saturation: 0.18, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A67F87 is Cyan = 0, Magento = 0.23, Yellow = 0.19 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 127 135 -
CMYK 0 0.23 0.19 0.35
HSL 347.69º 0.18% 0.57% -
HSV(B) 347.69º 0.23% 0.65% -
XYZ 27.69 25.04 26.29 -
YUV 139.57 125.42 146.85 -
System Red Green Blue C M Y K H S L
Decimal 166 127 135 0 0.23 0.19 0.35 347.69 0.18 0.57
Hex A6 7F 87 0 17 13 23 15C 12 39
Octal 246 177 207 0 27 23 43 534 22 71
Binary 10100110 1111111 10000111 0 10111 10011 100011 101011100 10010 111001

Color Harmonies of #A67F87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67F87

Black with #A67F87

Text Example


Text Example

White with #A67F87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67F87; }

 p { color: rgb(166,127,135); }

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

background-color css

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

 a { background-color: rgb(166,127,135); }

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

border-color css

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

 span { border-color: rgb(166,127,135); }

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