Html Css Color HEX #A8617E Tapestry

📋 copy color: '#A8617E'

red 168 ◦ green 97 ◦ blue 126

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

Shades of Tapestry #A8617E

Tints of Tapestry #A8617E

RGB

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

 GREEN value IS 97 (38.28% from 255) = 24.81%

 BLUE value IS 126 (49.61% from 255) = 32.23%

R = 42.97%
G = 24.81%
B = 32.23%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.25

 K value IS 0.34

RGB Variations

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

Color information

#A8617E (or 0xA8617E) is known color: Tapestry. HEX triplet: A8, 61 and 7E. RGB value is (168,97,126). Sum of RGB (Red+Green+Blue) = 168+97+126=391 (51% of max value = 765). Red value is 168 (66.02% from 255 or 42.97% from 391); Green value is 97 (38.28% from 255 or 24.81% from 391); Blue value is 126 (49.61% from 255 or 32.23% from 391); Max value from RGB is 168 - color contains mainly: red. Hex color #A8617E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8617E is #579E81. Grayscale: #797979. Windows color (decimal): -5742210 or 8282536. OLE color: 8282536.

HSL color Cylindrical-coordinate representation of color #A8617E: hue angle of 335.49º degrees, saturation: 0.29, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A8617E is Cyan = 0, Magento = 0.42, Yellow = 0.25 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 97 126 -
CMYK 0 0.42 0.25 0.34
HSL 335.49º 0.29% 0.52% -
HSV(B) 335.49º 0.42% 0.66% -
XYZ 24.19 18.38 22.01 -
YUV 121.54 130.52 161.14 -
System Red Green Blue C M Y K H S L
Decimal 168 97 126 0 0.42 0.25 0.34 335.49 0.29 0.52
Hex A8 61 7E 0 2A 19 22 14F 1D 34
Octal 250 141 176 0 52 31 42 517 35 64
Binary 10101000 1100001 1111110 0 101010 11001 100010 101001111 11101 110100

Color Harmonies of #A8617E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8617E

Black with #A8617E

Text Example


Text Example

White with #A8617E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8617E; }

 p { color: rgb(168,97,126); }

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

background-color css

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

 a { background-color: rgb(168,97,126); }

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

border-color css

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

 span { border-color: rgb(168,97,126); }

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