Html Css Color HEX #A76280 Tapestry

📋 copy color: '#A76280'

red 167 ◦ green 98 ◦ blue 128

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

Shades of Tapestry #A76280

Tints of Tapestry #A76280

RGB

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

 GREEN value IS 98 (38.67% from 255) = 24.94%

 BLUE value IS 128 (50.39% from 255) = 32.57%

R = 42.49%
G = 24.94%
B = 32.57%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.23

 K value IS 0.35

RGB Variations

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

Color information

#A76280 (or 0xA76280) is known color: Tapestry. HEX triplet: A7, 62 and 80. RGB value is (167,98,128). Sum of RGB (Red+Green+Blue) = 167+98+128=393 (52% of max value = 765). Red value is 167 (65.62% from 255 or 42.49% from 393); Green value is 98 (38.67% from 255 or 24.94% from 393); Blue value is 128 (50.39% from 255 or 32.57% from 393); Max value from RGB is 167 - color contains mainly: red. Hex color #A76280 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A76280 is #589D7F. Grayscale: #7A7A7A. Windows color (decimal): -5807488 or 8413863. OLE color: 8413863.

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

Color convert

RGB 167 98 128 -
CMYK 0 0.41 0.23 0.35
HSL 333.91º 0.28% 0.52% -
HSV(B) 333.91º 0.41% 0.65% -
XYZ 24.2 18.51 22.72 -
YUV 122.05 131.36 160.06 -
System Red Green Blue C M Y K H S L
Decimal 167 98 128 0 0.41 0.23 0.35 333.91 0.28 0.52
Hex A7 62 80 0 29 17 23 14E 1C 34
Octal 247 142 200 0 51 27 43 516 34 64
Binary 10100111 1100010 10000000 0 101001 10111 100011 101001110 11100 110100

Color Harmonies of #A76280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76280

Black with #A76280

Text Example


Text Example

White with #A76280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76280; }

 p { color: rgb(167,98,128); }

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

background-color css

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

 a { background-color: rgb(167,98,128); }

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

border-color css

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

 span { border-color: rgb(167,98,128); }

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