Html Css Color HEX #A67482 Tapestry

📋 copy color: '#A67482'

red 166 ◦ green 116 ◦ blue 130

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

Shades of Tapestry #A67482

Tints of Tapestry #A67482

RGB

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

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

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

R = 40.29%
G = 28.16%
B = 31.55%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.22

 K value IS 0.35

RGB Variations

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

Color information

#A67482 (or 0xA67482) is known color: Tapestry. HEX triplet: A6, 74 and 82. RGB value is (166,116,130). Sum of RGB (Red+Green+Blue) = 166+116+130=412 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.29% from 412); Green value is 116 (45.70% from 255 or 28.16% from 412); Blue value is 130 (51.17% from 255 or 31.55% from 412); Max value from RGB is 166 - color contains mainly: red. Hex color #A67482 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A67482 is #598B7D. Grayscale: #848484. Windows color (decimal): -5868414 or 8549542. OLE color: 8549542.

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

Color convert

RGB 166 116 130 -
CMYK 0 0.30 0.22 0.35
HSL 343.2º 0.22% 0.55% -
HSV(B) 343.2º 0.3% 0.65% -
XYZ 26 22.21 24.04 -
YUV 132.55 126.57 151.86 -
System Red Green Blue C M Y K H S L
Decimal 166 116 130 0 0.30 0.22 0.35 343.2 0.22 0.55
Hex A6 74 82 0 1E 16 23 157 16 37
Octal 246 164 202 0 36 26 43 527 26 67
Binary 10100110 1110100 10000010 0 11110 10110 100011 101010111 10110 110111

Color Harmonies of #A67482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67482

Black with #A67482

Text Example


Text Example

White with #A67482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67482; }

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

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

background-color css

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

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

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

border-color css

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

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

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