Html Css Color HEX #A67D8C Tapestry

📋 copy color: '#A67D8C'

red 166 ◦ green 125 ◦ blue 140

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

Shades of Tapestry #A67D8C

Tints of Tapestry #A67D8C

RGB

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

 GREEN value IS 125 (49.22% from 255) = 29%

 BLUE value IS 140 (55.08% from 255) = 32.48%

R = 38.52%
G = 29%
B = 32.48%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.16

 K value IS 0.35

RGB Variations

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

Color information

#A67D8C (or 0xA67D8C) is known color: Tapestry. HEX triplet: A6, 7D and 8C. RGB value is (166,125,140). Sum of RGB (Red+Green+Blue) = 166+125+140=431 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.52% from 431); Green value is 125 (49.22% from 255 or 29.00% from 431); Blue value is 140 (55.08% from 255 or 32.48% from 431); Max value from RGB is 166 - color contains mainly: red. Hex color #A67D8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A67D8C is #598273. Grayscale: #8A8A8A. Windows color (decimal): -5866100 or 9207206. OLE color: 9207206.

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

Color convert

RGB 166 125 140 -
CMYK 0 0.25 0.16 0.35
HSL 338.05º 0.19% 0.57% -
HSV(B) 338.05º 0.25% 0.65% -
XYZ 27.79 24.67 28.11 -
YUV 138.97 128.58 147.28 -
System Red Green Blue C M Y K H S L
Decimal 166 125 140 0 0.25 0.16 0.35 338.05 0.19 0.57
Hex A6 7D 8C 0 19 10 23 152 13 39
Octal 246 175 214 0 31 20 43 522 23 71
Binary 10100110 1111101 10001100 0 11001 10000 100011 101010010 10011 111001

Color Harmonies of #A67D8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67D8C

Black with #A67D8C

Text Example


Text Example

White with #A67D8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67D8C; }

 p { color: rgb(166,125,140); }

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

background-color css

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

 a { background-color: rgb(166,125,140); }

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

border-color css

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

 span { border-color: rgb(166,125,140); }

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