Html Css Color HEX #A8627F Tapestry

📋 copy color: '#A8627F'

red 168 ◦ green 98 ◦ blue 127

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

Shades of Tapestry #A8627F

Tints of Tapestry #A8627F

RGB

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

 GREEN value IS 98 (38.67% from 255) = 24.94%

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

R = 42.75%
G = 24.94%
B = 32.32%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.24

 K value IS 0.34

RGB Variations

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

Color information

#A8627F (or 0xA8627F) is known color: Tapestry. HEX triplet: A8, 62 and 7F. RGB value is (168,98,127). Sum of RGB (Red+Green+Blue) = 168+98+127=393 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.75% from 393); Green value is 98 (38.67% from 255 or 24.94% from 393); Blue value is 127 (50% from 255 or 32.32% from 393); Max value from RGB is 168 - color contains mainly: red. Hex color #A8627F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8627F is #579D80. Grayscale: #7A7A7A. Windows color (decimal): -5741953 or 8348328. OLE color: 8348328.

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

Color convert

RGB 168 98 127 -
CMYK 0 0.42 0.24 0.34
HSL 335.14º 0.29% 0.52% -
HSV(B) 335.14º 0.42% 0.66% -
XYZ 24.35 18.59 22.38 -
YUV 122.24 130.69 160.64 -
System Red Green Blue C M Y K H S L
Decimal 168 98 127 0 0.42 0.24 0.34 335.14 0.29 0.52
Hex A8 62 7F 0 2A 18 22 14F 1D 34
Octal 250 142 177 0 52 30 42 517 35 64
Binary 10101000 1100010 1111111 0 101010 11000 100010 101001111 11101 110100

Color Harmonies of #A8627F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8627F

Black with #A8627F

Text Example


Text Example

White with #A8627F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8627F; }

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

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

background-color css

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

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

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

border-color css

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

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

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