Html Css Color HEX #A67480 Tapestry

📋 copy color: '#A67480'

red 166 ◦ green 116 ◦ blue 128

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

Shades of Tapestry #A67480

Tints of Tapestry #A67480

RGB

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

 GREEN value IS 116 (45.7% from 255) = 28.29%

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

R = 40.49%
G = 28.29%
B = 31.22%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.23

 K value IS 0.35

RGB Variations

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

Color information

#A67480 (or 0xA67480) is known color: Tapestry. HEX triplet: A6, 74 and 80. RGB value is (166,116,128). Sum of RGB (Red+Green+Blue) = 166+116+128=410 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.49% from 410); Green value is 116 (45.70% from 255 or 28.29% from 410); Blue value is 128 (50.39% from 255 or 31.22% from 410); Max value from RGB is 166 - color contains mainly: red. Hex color #A67480 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A67480 is #598B7F. Grayscale: #848484. Windows color (decimal): -5868416 or 8418470. OLE color: 8418470.

HSL color Cylindrical-coordinate representation of color #A67480: hue angle of 345.6º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A67480 is Cyan = 0, Magento = 0.30, Yellow = 0.23 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 116 128 -
CMYK 0 0.30 0.23 0.35
HSL 345.6º 0.22% 0.55% -
HSV(B) 345.6º 0.3% 0.65% -
XYZ 25.87 22.16 23.34 -
YUV 132.32 125.57 152.02 -
System Red Green Blue C M Y K H S L
Decimal 166 116 128 0 0.30 0.23 0.35 345.6 0.22 0.55
Hex A6 74 80 0 1E 17 23 15A 16 37
Octal 246 164 200 0 36 27 43 532 26 67
Binary 10100110 1110100 10000000 0 11110 10111 100011 101011010 10110 110111

Color Harmonies of #A67480

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67480

Black with #A67480

Text Example


Text Example

White with #A67480

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67480; }

 p { color: rgb(166,116,128); }

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

background-color css

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

 a { background-color: rgb(166,116,128); }

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

border-color css

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

 span { border-color: rgb(166,116,128); }

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