Html Css Color HEX #A67B87 Tapestry

📋 copy color: '#A67B87'

red 166 ◦ green 123 ◦ blue 135

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

Shades of Tapestry #A67B87

Tints of Tapestry #A67B87

RGB

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

 GREEN value IS 123 (48.44% from 255) = 29.01%

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

R = 39.15%
G = 29.01%
B = 31.84%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.19

 K value IS 0.35

RGB Variations

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

Color information

#A67B87 (or 0xA67B87) is known color: Tapestry. HEX triplet: A6, 7B and 87. RGB value is (166,123,135). Sum of RGB (Red+Green+Blue) = 166+123+135=424 (56% of max value = 765). Red value is 166 (65.23% from 255 or 39.15% from 424); Green value is 123 (48.44% from 255 or 29.01% from 424); Blue value is 135 (53.12% from 255 or 31.84% from 424); Max value from RGB is 166 - color contains mainly: red. Hex color #A67B87 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A67B87 is #598478. Grayscale: #898989. Windows color (decimal): -5866617 or 8879014. OLE color: 8879014.

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

Color convert

RGB 166 123 135 -
CMYK 0 0.26 0.19 0.35
HSL 343.26º 0.19% 0.57% -
HSV(B) 343.26º 0.26% 0.65% -
XYZ 27.18 24.02 26.13 -
YUV 137.23 126.75 148.52 -
System Red Green Blue C M Y K H S L
Decimal 166 123 135 0 0.26 0.19 0.35 343.26 0.19 0.57
Hex A6 7B 87 0 1A 13 23 157 13 39
Octal 246 173 207 0 32 23 43 527 23 71
Binary 10100110 1111011 10000111 0 11010 10011 100011 101010111 10011 111001

Color Harmonies of #A67B87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67B87

Black with #A67B87

Text Example


Text Example

White with #A67B87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67B87; }

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

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

background-color css

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

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

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

border-color css

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

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

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