Html Css Color HEX #A76079 Tapestry

📋 copy color: '#A76079'

red 167 ◦ green 96 ◦ blue 121

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

Shades of Tapestry #A76079

Tints of Tapestry #A76079

RGB

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

 GREEN value IS 96 (37.89% from 255) = 25%

 BLUE value IS 121 (47.66% from 255) = 31.51%

R = 43.49%
G = 25%
B = 31.51%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.28

 K value IS 0.35

RGB Variations

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

Color information

#A76079 (or 0xA76079) is known color: Tapestry. HEX triplet: A7, 60 and 79. RGB value is (167,96,121). Sum of RGB (Red+Green+Blue) = 167+96+121=384 (50% of max value = 765). Red value is 167 (65.62% from 255 or 43.49% from 384); Green value is 96 (37.89% from 255 or 25% from 384); Blue value is 121 (47.66% from 255 or 31.51% from 384); Max value from RGB is 167 - color contains mainly: red. Hex color #A76079 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A76079 is #589F86. Grayscale: #787878. Windows color (decimal): -5808007 or 7954599. OLE color: 7954599.

HSL color Cylindrical-coordinate representation of color #A76079: hue angle of 338.87º degrees, saturation: 0.29, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A76079 is Cyan = 0, Magento = 0.43, Yellow = 0.28 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 96 121 -
CMYK 0 0.43 0.28 0.35
HSL 338.87º 0.29% 0.52% -
HSV(B) 338.87º 0.43% 0.65% -
XYZ 23.57 17.96 20.31 -
YUV 120.08 128.52 161.47 -
System Red Green Blue C M Y K H S L
Decimal 167 96 121 0 0.43 0.28 0.35 338.87 0.29 0.52
Hex A7 60 79 0 2B 1C 23 153 1D 34
Octal 247 140 171 0 53 34 43 523 35 64
Binary 10100111 1100000 1111001 0 101011 11100 100011 101010011 11101 110100

Color Harmonies of #A76079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76079

Black with #A76079

Text Example


Text Example

White with #A76079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76079; }

 p { color: rgb(167,96,121); }

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

background-color css

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

 a { background-color: rgb(167,96,121); }

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

border-color css

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

 span { border-color: rgb(167,96,121); }

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