Html Css Color HEX #A67D8B Tapestry

📋 copy color: '#A67D8B'

red 166 ◦ green 125 ◦ blue 139

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

Shades of Tapestry #A67D8B

Tints of Tapestry #A67D8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 32.33%

R = 38.6%
G = 29.07%
B = 32.33%

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

#A67D8B (or 0xA67D8B) is known color: Tapestry. HEX triplet: A6, 7D and 8B. RGB value is (166,125,139). Sum of RGB (Red+Green+Blue) = 166+125+139=430 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.60% from 430); Green value is 125 (49.22% from 255 or 29.07% from 430); Blue value is 139 (54.69% from 255 or 32.33% from 430); Max value from RGB is 166 - color contains mainly: red. Hex color #A67D8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A67D8B is #598274. Grayscale: #8A8A8A. Windows color (decimal): -5866101 or 9141670. OLE color: 9141670.

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

Color convert

RGB 166 125 139 -
CMYK 0 0.25 0.16 0.35
HSL 339.51º 0.19% 0.57% -
HSV(B) 339.51º 0.25% 0.65% -
XYZ 27.72 24.64 27.72 -
YUV 138.86 128.08 147.36 -
System Red Green Blue C M Y K H S L
Decimal 166 125 139 0 0.25 0.16 0.35 339.51 0.19 0.57
Hex A6 7D 8B 0 19 10 23 154 13 39
Octal 246 175 213 0 31 20 43 524 23 71
Binary 10100110 1111101 10001011 0 11001 10000 100011 101010100 10011 111001

Color Harmonies of #A67D8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67D8B

Black with #A67D8B

Text Example


Text Example

White with #A67D8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67D8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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