Html Css Color HEX #A67C84 Tapestry

📋 copy color: '#A67C84'

red 166 ◦ green 124 ◦ blue 132

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

Shades of Tapestry #A67C84

Tints of Tapestry #A67C84

RGB

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

 GREEN value IS 124 (48.83% from 255) = 29.38%

 BLUE value IS 132 (51.95% from 255) = 31.28%

R = 39.34%
G = 29.38%
B = 31.28%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.20

 K value IS 0.35

RGB Variations

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

Color information

#A67C84 (or 0xA67C84) is known color: Tapestry. HEX triplet: A6, 7C and 84. RGB value is (166,124,132). Sum of RGB (Red+Green+Blue) = 166+124+132=422 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.34% from 422); Green value is 124 (48.83% from 255 or 29.38% from 422); Blue value is 132 (51.95% from 255 or 31.28% from 422); Max value from RGB is 166 - color contains mainly: red. Hex color #A67C84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A67C84 is #59837B. Grayscale: #898989. Windows color (decimal): -5866364 or 8682662. OLE color: 8682662.

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

Color convert

RGB 166 124 132 -
CMYK 0 0.25 0.20 0.35
HSL 348.57º 0.19% 0.57% -
HSV(B) 348.57º 0.25% 0.65% -
XYZ 27.1 24.19 25.07 -
YUV 137.47 124.91 148.35 -
System Red Green Blue C M Y K H S L
Decimal 166 124 132 0 0.25 0.20 0.35 348.57 0.19 0.57
Hex A6 7C 84 0 19 14 23 15D 13 39
Octal 246 174 204 0 31 24 43 535 23 71
Binary 10100110 1111100 10000100 0 11001 10100 100011 101011101 10011 111001

Color Harmonies of #A67C84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67C84

Black with #A67C84

Text Example


Text Example

White with #A67C84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67C84; }

 p { color: rgb(166,124,132); }

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

background-color css

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

 a { background-color: rgb(166,124,132); }

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

border-color css

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

 span { border-color: rgb(166,124,132); }

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