Html Css Color HEX #A67784 Tapestry

📋 copy color: '#A67784'

red 166 ◦ green 119 ◦ blue 132

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

Shades of Tapestry #A67784

Tints of Tapestry #A67784

RGB

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

 GREEN value IS 119 (46.88% from 255) = 28.54%

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

R = 39.81%
G = 28.54%
B = 31.65%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.20

 K value IS 0.35

RGB Variations

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

Color information

#A67784 (or 0xA67784) is known color: Tapestry. HEX triplet: A6, 77 and 84. RGB value is (166,119,132). Sum of RGB (Red+Green+Blue) = 166+119+132=417 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.81% from 417); Green value is 119 (46.88% from 255 or 28.54% from 417); Blue value is 132 (51.95% from 255 or 31.65% from 417); Max value from RGB is 166 - color contains mainly: red. Hex color #A67784 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A67784 is #59887B. Grayscale: #868686. Windows color (decimal): -5867644 or 8681382. OLE color: 8681382.

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

Color convert

RGB 166 119 132 -
CMYK 0 0.28 0.20 0.35
HSL 343.4º 0.21% 0.56% -
HSV(B) 343.4º 0.28% 0.65% -
XYZ 26.49 22.97 24.87 -
YUV 134.54 126.57 150.44 -
System Red Green Blue C M Y K H S L
Decimal 166 119 132 0 0.28 0.20 0.35 343.4 0.21 0.56
Hex A6 77 84 0 1C 14 23 157 15 38
Octal 246 167 204 0 34 24 43 527 25 70
Binary 10100110 1110111 10000100 0 11100 10100 100011 101010111 10101 111000

Color Harmonies of #A67784

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67784

Black with #A67784

Text Example


Text Example

White with #A67784

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67784; }

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

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

background-color css

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

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

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

border-color css

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

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

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