Html Css Color HEX #A67C85 Tapestry

📋 copy color: '#A67C85'

red 166 ◦ green 124 ◦ blue 133

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

Shades of Tapestry #A67C85

Tints of Tapestry #A67C85

RGB

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

 GREEN value IS 124 (48.83% from 255) = 29.31%

 BLUE value IS 133 (52.34% from 255) = 31.44%

R = 39.24%
G = 29.31%
B = 31.44%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.20

 K value IS 0.35

RGB Variations

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

Color information

#A67C85 (or 0xA67C85) is known color: Tapestry. HEX triplet: A6, 7C and 85. RGB value is (166,124,133). Sum of RGB (Red+Green+Blue) = 166+124+133=423 (56% of max value = 765). Red value is 166 (65.23% from 255 or 39.24% from 423); Green value is 124 (48.83% from 255 or 29.31% from 423); Blue value is 133 (52.34% from 255 or 31.44% from 423); Max value from RGB is 166 - color contains mainly: red. Hex color #A67C85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A67C85 is #59837A. Grayscale: #898989. Windows color (decimal): -5866363 or 8748198. OLE color: 8748198.

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

Color convert

RGB 166 124 133 -
CMYK 0 0.25 0.20 0.35
HSL 347.14º 0.19% 0.57% -
HSV(B) 347.14º 0.25% 0.65% -
XYZ 27.17 24.22 25.43 -
YUV 137.58 125.41 148.27 -
System Red Green Blue C M Y K H S L
Decimal 166 124 133 0 0.25 0.20 0.35 347.14 0.19 0.57
Hex A6 7C 85 0 19 14 23 15B 13 39
Octal 246 174 205 0 31 24 43 533 23 71
Binary 10100110 1111100 10000101 0 11001 10100 100011 101011011 10011 111001

Color Harmonies of #A67C85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67C85

Black with #A67C85

Text Example


Text Example

White with #A67C85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67C85; }

 p { color: rgb(166,124,133); }

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

background-color css

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

 a { background-color: rgb(166,124,133); }

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

border-color css

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

 span { border-color: rgb(166,124,133); }

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