Html Css Color HEX #A8607F Tapestry

📋 copy color: '#A8607F'

red 168 ◦ green 96 ◦ blue 127

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

Shades of Tapestry #A8607F

Tints of Tapestry #A8607F

RGB

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

 GREEN value IS 96 (37.89% from 255) = 24.55%

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

R = 42.97%
G = 24.55%
B = 32.48%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.24

 K value IS 0.34

RGB Variations

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

Color information

#A8607F (or 0xA8607F) is known color: Tapestry. HEX triplet: A8, 60 and 7F. RGB value is (168,96,127). Sum of RGB (Red+Green+Blue) = 168+96+127=391 (51% of max value = 765). Red value is 168 (66.02% from 255 or 42.97% from 391); Green value is 96 (37.89% from 255 or 24.55% from 391); Blue value is 127 (50% from 255 or 32.48% from 391); Max value from RGB is 168 - color contains mainly: red. Hex color #A8607F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8607F is #579F80. Grayscale: #797979. Windows color (decimal): -5742465 or 8347816. OLE color: 8347816.

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

Color convert

RGB 168 96 127 -
CMYK 0 0.43 0.24 0.34
HSL 334.17º 0.29% 0.52% -
HSV(B) 334.17º 0.43% 0.66% -
XYZ 24.16 18.22 22.32 -
YUV 121.06 131.35 161.48 -
System Red Green Blue C M Y K H S L
Decimal 168 96 127 0 0.43 0.24 0.34 334.17 0.29 0.52
Hex A8 60 7F 0 2B 18 22 14E 1D 34
Octal 250 140 177 0 53 30 42 516 35 64
Binary 10101000 1100000 1111111 0 101011 11000 100010 101001110 11101 110100

Color Harmonies of #A8607F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8607F

Black with #A8607F

Text Example


Text Example

White with #A8607F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8607F; }

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

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

background-color css

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

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

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

border-color css

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

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

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