Html Css Color HEX #A8677F Tapestry

📋 copy color: '#A8677F'

red 168 ◦ green 103 ◦ blue 127

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

Shades of Tapestry #A8677F

Tints of Tapestry #A8677F

RGB

 RED value IS 168 (66.02% from 255) = 42.21%

 GREEN value IS 103 (40.63% from 255) = 25.88%

 BLUE value IS 127 (50% from 255) = 31.91%

R = 42.21%
G = 25.88%
B = 31.91%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.24

 K value IS 0.34

RGB Variations

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

Color information

#A8677F (or 0xA8677F) is known color: Tapestry. HEX triplet: A8, 67 and 7F. RGB value is (168,103,127). Sum of RGB (Red+Green+Blue) = 168+103+127=398 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.21% from 398); Green value is 103 (40.62% from 255 or 25.88% from 398); Blue value is 127 (50% from 255 or 31.91% from 398); Max value from RGB is 168 - color contains mainly: red. Hex color #A8677F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8677F is #579880. Grayscale: #7D7D7D. Windows color (decimal): -5740673 or 8349608. OLE color: 8349608.

HSL color Cylindrical-coordinate representation of color #A8677F: hue angle of 337.85º degrees, saturation: 0.27, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A8677F is Cyan = 0, Magento = 0.39, Yellow = 0.24 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 103 127 -
CMYK 0 0.39 0.24 0.34
HSL 337.85º 0.27% 0.53% -
HSV(B) 337.85º 0.39% 0.66% -
XYZ 24.83 19.56 22.55 -
YUV 125.17 129.03 158.55 -
System Red Green Blue C M Y K H S L
Decimal 168 103 127 0 0.39 0.24 0.34 337.85 0.27 0.53
Hex A8 67 7F 0 27 18 22 152 1B 35
Octal 250 147 177 0 47 30 42 522 33 65
Binary 10101000 1100111 1111111 0 100111 11000 100010 101010010 11011 110101

Color Harmonies of #A8677F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8677F

Black with #A8677F

Text Example


Text Example

White with #A8677F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8677F; }

 p { color: rgb(168,103,127); }

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

background-color css

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

 a { background-color: rgb(168,103,127); }

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

border-color css

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

 span { border-color: rgb(168,103,127); }

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