Html Css Color HEX #A76684 Tapestry

📋 copy color: '#A76684'

red 167 ◦ green 102 ◦ blue 132

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

Shades of Tapestry #A76684

Tints of Tapestry #A76684

RGB

 RED value IS 167 (65.63% from 255) = 41.65%

 GREEN value IS 102 (40.23% from 255) = 25.44%

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

R = 41.65%
G = 25.44%
B = 32.92%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.21

 K value IS 0.35

RGB Variations

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

Color information

#A76684 (or 0xA76684) is known color: Tapestry. HEX triplet: A7, 66 and 84. RGB value is (167,102,132). Sum of RGB (Red+Green+Blue) = 167+102+132=401 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.65% from 401); Green value is 102 (40.23% from 255 or 25.44% from 401); Blue value is 132 (51.95% from 255 or 32.92% from 401); Max value from RGB is 167 - color contains mainly: red. Hex color #A76684 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A76684 is #58997B. Grayscale: #7C7C7C. Windows color (decimal): -5806460 or 8677031. OLE color: 8677031.

HSL color Cylindrical-coordinate representation of color #A76684: hue angle of 332.31º degrees, saturation: 0.27, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A76684 is Cyan = 0, Magento = 0.39, Yellow = 0.21 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 102 132 -
CMYK 0 0.39 0.21 0.35
HSL 332.31º 0.27% 0.53% -
HSV(B) 332.31º 0.39% 0.65% -
XYZ 24.85 19.38 24.26 -
YUV 124.86 132.03 158.06 -
System Red Green Blue C M Y K H S L
Decimal 167 102 132 0 0.39 0.21 0.35 332.31 0.27 0.53
Hex A7 66 84 0 27 15 23 14C 1B 35
Octal 247 146 204 0 47 25 43 514 33 65
Binary 10100111 1100110 10000100 0 100111 10101 100011 101001100 11011 110101

Color Harmonies of #A76684

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76684

Black with #A76684

Text Example


Text Example

White with #A76684

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76684; }

 p { color: rgb(167,102,132); }

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

background-color css

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

 a { background-color: rgb(167,102,132); }

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

border-color css

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

 span { border-color: rgb(167,102,132); }

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