Html Css Color HEX #A8677C Tapestry

📋 copy color: '#A8677C'

red 168 ◦ green 103 ◦ blue 124

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

Shades of Tapestry #A8677C

Tints of Tapestry #A8677C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 31.39%

R = 42.53%
G = 26.08%
B = 31.39%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.26

 K value IS 0.34

RGB Variations

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

Color information

#A8677C (or 0xA8677C) is known color: Tapestry. HEX triplet: A8, 67 and 7C. RGB value is (168,103,124). Sum of RGB (Red+Green+Blue) = 168+103+124=395 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.53% from 395); Green value is 103 (40.62% from 255 or 26.08% from 395); Blue value is 124 (48.83% from 255 or 31.39% from 395); Max value from RGB is 168 - color contains mainly: red. Hex color #A8677C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8677C is #579883. Grayscale: #7C7C7C. Windows color (decimal): -5740676 or 8153000. OLE color: 8153000.

HSL color Cylindrical-coordinate representation of color #A8677C: hue angle of 340.62º 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 #A8677C is Cyan = 0, Magento = 0.39, Yellow = 0.26 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 103 124 -
CMYK 0 0.39 0.26 0.34
HSL 340.62º 0.27% 0.53% -
HSV(B) 340.62º 0.39% 0.66% -
XYZ 24.64 19.48 21.53 -
YUV 124.83 127.53 158.79 -
System Red Green Blue C M Y K H S L
Decimal 168 103 124 0 0.39 0.26 0.34 340.62 0.27 0.53
Hex A8 67 7C 0 27 1A 22 155 1B 35
Octal 250 147 174 0 47 32 42 525 33 65
Binary 10101000 1100111 1111100 0 100111 11010 100010 101010101 11011 110101

Color Harmonies of #A8677C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8677C

Black with #A8677C

Text Example


Text Example

White with #A8677C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8677C; }

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

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

background-color css

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

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

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

border-color css

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

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

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