Html Css Color HEX #A7607C Tapestry

📋 copy color: '#A7607C'

red 167 ◦ green 96 ◦ blue 124

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

Shades of Tapestry #A7607C

Tints of Tapestry #A7607C

RGB

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

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

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

R = 43.15%
G = 24.81%
B = 32.04%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.26

 K value IS 0.35

RGB Variations

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

Color information

#A7607C (or 0xA7607C) is known color: Tapestry. HEX triplet: A7, 60 and 7C. RGB value is (167,96,124). Sum of RGB (Red+Green+Blue) = 167+96+124=387 (51% of max value = 765). Red value is 167 (65.62% from 255 or 43.15% from 387); Green value is 96 (37.89% from 255 or 24.81% from 387); Blue value is 124 (48.83% from 255 or 32.04% from 387); Max value from RGB is 167 - color contains mainly: red. Hex color #A7607C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A7607C is #589F83. Grayscale: #787878. Windows color (decimal): -5808004 or 8151207. OLE color: 8151207.

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

Color convert

RGB 167 96 124 -
CMYK 0 0.43 0.26 0.35
HSL 336.34º 0.29% 0.52% -
HSV(B) 336.34º 0.43% 0.65% -
XYZ 23.76 18.04 21.3 -
YUV 120.42 130.02 161.22 -
System Red Green Blue C M Y K H S L
Decimal 167 96 124 0 0.43 0.26 0.35 336.34 0.29 0.52
Hex A7 60 7C 0 2B 1A 23 150 1D 34
Octal 247 140 174 0 53 32 43 520 35 64
Binary 10100111 1100000 1111100 0 101011 11010 100011 101010000 11101 110100

Color Harmonies of #A7607C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7607C

Black with #A7607C

Text Example


Text Example

White with #A7607C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7607C; }

 p { color: rgb(167,96,124); }

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

background-color css

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

 a { background-color: rgb(167,96,124); }

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

border-color css

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

 span { border-color: rgb(167,96,124); }

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