Html Css Color HEX #A7617D Tapestry

📋 copy color: '#A7617D'

red 167 ◦ green 97 ◦ blue 125

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

Shades of Tapestry #A7617D

Tints of Tapestry #A7617D

RGB

 RED value IS 167 (65.63% from 255) = 42.93%

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

 BLUE value IS 125 (49.22% from 255) = 32.13%

R = 42.93%
G = 24.94%
B = 32.13%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.25

 K value IS 0.35

RGB Variations

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

Color information

#A7617D (or 0xA7617D) is known color: Tapestry. HEX triplet: A7, 61 and 7D. RGB value is (167,97,125). Sum of RGB (Red+Green+Blue) = 167+97+125=389 (51% of max value = 765). Red value is 167 (65.62% from 255 or 42.93% from 389); Green value is 97 (38.28% from 255 or 24.94% from 389); Blue value is 125 (49.22% from 255 or 32.13% from 389); Max value from RGB is 167 - color contains mainly: red. Hex color #A7617D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A7617D is #589E82. Grayscale: #797979. Windows color (decimal): -5807747 or 8216999. OLE color: 8216999.

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

Color convert

RGB 167 97 125 -
CMYK 0 0.42 0.25 0.35
HSL 336º 0.28% 0.52% -
HSV(B) 336º 0.42% 0.65% -
XYZ 23.91 18.25 21.66 -
YUV 121.12 130.19 160.72 -
System Red Green Blue C M Y K H S L
Decimal 167 97 125 0 0.42 0.25 0.35 336 0.28 0.52
Hex A7 61 7D 0 2A 19 23 150 1C 34
Octal 247 141 175 0 52 31 43 520 34 64
Binary 10100111 1100001 1111101 0 101010 11001 100011 101010000 11100 110100

Color Harmonies of #A7617D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7617D

Black with #A7617D

Text Example


Text Example

White with #A7617D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7617D; }

 p { color: rgb(167,97,125); }

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

background-color css

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

 a { background-color: rgb(167,97,125); }

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

border-color css

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

 span { border-color: rgb(167,97,125); }

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