Html Css Color HEX #A7667E Tapestry

📋 copy color: '#A7667E'

red 167 ◦ green 102 ◦ blue 126

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

Shades of Tapestry #A7667E

Tints of Tapestry #A7667E

RGB

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

 GREEN value IS 102 (40.23% from 255) = 25.82%

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

R = 42.28%
G = 25.82%
B = 31.9%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.25

 K value IS 0.35

RGB Variations

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

Color information

#A7667E (or 0xA7667E) is known color: Tapestry. HEX triplet: A7, 66 and 7E. RGB value is (167,102,126). Sum of RGB (Red+Green+Blue) = 167+102+126=395 (52% of max value = 765). Red value is 167 (65.62% from 255 or 42.28% from 395); Green value is 102 (40.23% from 255 or 25.82% from 395); Blue value is 126 (49.61% from 255 or 31.90% from 395); Max value from RGB is 167 - color contains mainly: red. Hex color #A7667E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A7667E is #589981. Grayscale: #7C7C7C. Windows color (decimal): -5806466 or 8283815. OLE color: 8283815.

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

Color convert

RGB 167 102 126 -
CMYK 0 0.39 0.25 0.35
HSL 337.85º 0.27% 0.53% -
HSV(B) 337.85º 0.39% 0.65% -
XYZ 24.45 19.22 22.16 -
YUV 124.17 129.03 158.55 -
System Red Green Blue C M Y K H S L
Decimal 167 102 126 0 0.39 0.25 0.35 337.85 0.27 0.53
Hex A7 66 7E 0 27 19 23 152 1B 35
Octal 247 146 176 0 47 31 43 522 33 65
Binary 10100111 1100110 1111110 0 100111 11001 100011 101010010 11011 110101

Color Harmonies of #A7667E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7667E

Black with #A7667E

Text Example


Text Example

White with #A7667E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7667E; }

 p { color: rgb(167,102,126); }

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

background-color css

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

 a { background-color: rgb(167,102,126); }

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

border-color css

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

 span { border-color: rgb(167,102,126); }

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