Html Css Color HEX #A67682 Tapestry

📋 copy color: '#A67682'

red 166 ◦ green 118 ◦ blue 130

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

Shades of Tapestry #A67682

Tints of Tapestry #A67682

RGB

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

 GREEN value IS 118 (46.48% from 255) = 28.5%

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

R = 40.1%
G = 28.5%
B = 31.4%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.22

 K value IS 0.35

RGB Variations

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

Color information

#A67682 (or 0xA67682) is known color: Tapestry. HEX triplet: A6, 76 and 82. RGB value is (166,118,130). Sum of RGB (Red+Green+Blue) = 166+118+130=414 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.10% from 414); Green value is 118 (46.48% from 255 or 28.50% from 414); Blue value is 130 (51.17% from 255 or 31.40% from 414); Max value from RGB is 166 - color contains mainly: red. Hex color #A67682 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A67682 is #59897D. Grayscale: #858585. Windows color (decimal): -5867902 or 8550054. OLE color: 8550054.

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

Color convert

RGB 166 118 130 -
CMYK 0 0.29 0.22 0.35
HSL 345º 0.21% 0.56% -
HSV(B) 345º 0.29% 0.65% -
XYZ 26.23 22.68 24.11 -
YUV 133.72 125.9 151.02 -
System Red Green Blue C M Y K H S L
Decimal 166 118 130 0 0.29 0.22 0.35 345 0.21 0.56
Hex A6 76 82 0 1D 16 23 159 15 38
Octal 246 166 202 0 35 26 43 531 25 70
Binary 10100110 1110110 10000010 0 11101 10110 100011 101011001 10101 111000

Color Harmonies of #A67682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67682

Black with #A67682

Text Example


Text Example

White with #A67682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67682; }

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

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

background-color css

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

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

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

border-color css

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

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

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