Html Css Color HEX #A76982 Tapestry

📋 copy color: '#A76982'

red 167 ◦ green 105 ◦ blue 130

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

Shades of Tapestry #A76982

Tints of Tapestry #A76982

RGB

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

 GREEN value IS 105 (41.41% from 255) = 26.12%

 BLUE value IS 130 (51.17% from 255) = 32.34%

R = 41.54%
G = 26.12%
B = 32.34%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.22

 K value IS 0.35

RGB Variations

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

Color information

#A76982 (or 0xA76982) is known color: Tapestry. HEX triplet: A7, 69 and 82. RGB value is (167,105,130). Sum of RGB (Red+Green+Blue) = 167+105+130=402 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.54% from 402); Green value is 105 (41.41% from 255 or 26.12% from 402); Blue value is 130 (51.17% from 255 or 32.34% from 402); Max value from RGB is 167 - color contains mainly: red. Hex color #A76982 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A76982 is #58967D. Grayscale: #7E7E7E. Windows color (decimal): -5805694 or 8546727. OLE color: 8546727.

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

Color convert

RGB 167 105 130 -
CMYK 0 0.37 0.22 0.35
HSL 335.81º 0.26% 0.53% -
HSV(B) 335.81º 0.37% 0.65% -
XYZ 25.02 19.93 23.65 -
YUV 126.39 130.04 156.97 -
System Red Green Blue C M Y K H S L
Decimal 167 105 130 0 0.37 0.22 0.35 335.81 0.26 0.53
Hex A7 69 82 0 25 16 23 150 1A 35
Octal 247 151 202 0 45 26 43 520 32 65
Binary 10100111 1101001 10000010 0 100101 10110 100011 101010000 11010 110101

Color Harmonies of #A76982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76982

Black with #A76982

Text Example


Text Example

White with #A76982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76982; }

 p { color: rgb(167,105,130); }

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

background-color css

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

 a { background-color: rgb(167,105,130); }

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

border-color css

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

 span { border-color: rgb(167,105,130); }

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