Html Css Color HEX #A67782 Tapestry

📋 copy color: '#A67782'

red 166 ◦ green 119 ◦ blue 130

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

Shades of Tapestry #A67782

Tints of Tapestry #A67782

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 31.33%

R = 40%
G = 28.67%
B = 31.33%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.22

 K value IS 0.35

RGB Variations

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

Color information

#A67782 (or 0xA67782) is known color: Tapestry. HEX triplet: A6, 77 and 82. RGB value is (166,119,130). Sum of RGB (Red+Green+Blue) = 166+119+130=415 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40% from 415); Green value is 119 (46.88% from 255 or 28.67% from 415); Blue value is 130 (51.17% from 255 or 31.33% from 415); Max value from RGB is 166 - color contains mainly: red. Hex color #A67782 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A67782 is #59887D. Grayscale: #868686. Windows color (decimal): -5867646 or 8550310. OLE color: 8550310.

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

Color convert

RGB 166 119 130 -
CMYK 0 0.28 0.22 0.35
HSL 345.96º 0.21% 0.56% -
HSV(B) 345.96º 0.28% 0.65% -
XYZ 26.35 22.91 24.15 -
YUV 134.31 125.57 150.61 -
System Red Green Blue C M Y K H S L
Decimal 166 119 130 0 0.28 0.22 0.35 345.96 0.21 0.56
Hex A6 77 82 0 1C 16 23 15A 15 38
Octal 246 167 202 0 34 26 43 532 25 70
Binary 10100110 1110111 10000010 0 11100 10110 100011 101011010 10101 111000

Color Harmonies of #A67782

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67782

Black with #A67782

Text Example


Text Example

White with #A67782

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67782; }

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

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

background-color css

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

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

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

border-color css

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

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

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