Html Css Color HEX #A67484 Tapestry

📋 copy color: '#A67484'

red 166 ◦ green 116 ◦ blue 132

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

Shades of Tapestry #A67484

Tints of Tapestry #A67484

RGB

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

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

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

R = 40.1%
G = 28.02%
B = 31.88%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.20

 K value IS 0.35

RGB Variations

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

Color information

#A67484 (or 0xA67484) is known color: Tapestry. HEX triplet: A6, 74 and 84. RGB value is (166,116,132). Sum of RGB (Red+Green+Blue) = 166+116+132=414 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.10% from 414); Green value is 116 (45.70% from 255 or 28.02% from 414); Blue value is 132 (51.95% from 255 or 31.88% from 414); Max value from RGB is 166 - color contains mainly: red. Hex color #A67484 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A67484 is #598B7B. Grayscale: #848484. Windows color (decimal): -5868412 or 8680614. OLE color: 8680614.

HSL color Cylindrical-coordinate representation of color #A67484: hue angle of 340.8º 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 #A67484 is Cyan = 0, Magento = 0.30, Yellow = 0.20 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 116 132 -
CMYK 0 0.30 0.20 0.35
HSL 340.8º 0.22% 0.55% -
HSV(B) 340.8º 0.3% 0.65% -
XYZ 26.14 22.26 24.75 -
YUV 132.77 127.57 151.7 -
System Red Green Blue C M Y K H S L
Decimal 166 116 132 0 0.30 0.20 0.35 340.8 0.22 0.55
Hex A6 74 84 0 1E 14 23 155 16 37
Octal 246 164 204 0 36 24 43 525 26 67
Binary 10100110 1110100 10000100 0 11110 10100 100011 101010101 10110 110111

Color Harmonies of #A67484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67484

Black with #A67484

Text Example


Text Example

White with #A67484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67484; }

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

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

background-color css

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

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

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

border-color css

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

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

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