Html Css Color HEX #A4677E Tapestry

📋 copy color: '#A4677E'

red 164 ◦ green 103 ◦ blue 126

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

Shades of Tapestry #A4677E

Tints of Tapestry #A4677E

RGB

 RED value IS 164 (64.45% from 255) = 41.73%

 GREEN value IS 103 (40.63% from 255) = 26.21%

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

R = 41.73%
G = 26.21%
B = 32.06%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.23

 K value IS 0.36

RGB Variations

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

Color information

#A4677E (or 0xA4677E) is known color: Tapestry. HEX triplet: A4, 67 and 7E. RGB value is (164,103,126). Sum of RGB (Red+Green+Blue) = 164+103+126=393 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.73% from 393); Green value is 103 (40.62% from 255 or 26.21% from 393); Blue value is 126 (49.61% from 255 or 32.06% from 393); Max value from RGB is 164 - color contains mainly: red. Hex color #A4677E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4677E is #5B9881. Grayscale: #7B7B7B. Windows color (decimal): -6002818 or 8284068. OLE color: 8284068.

HSL color Cylindrical-coordinate representation of color #A4677E: hue angle of 337.38º degrees, saturation: 0.25, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A4677E is Cyan = 0, Magento = 0.37, Yellow = 0.23 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 103 126 -
CMYK 0 0.37 0.23 0.36
HSL 337.38º 0.25% 0.52% -
HSV(B) 337.38º 0.37% 0.64% -
XYZ 23.93 19.1 22.16 -
YUV 123.86 129.21 156.63 -
System Red Green Blue C M Y K H S L
Decimal 164 103 126 0 0.37 0.23 0.36 337.38 0.25 0.52
Hex A4 67 7E 0 25 17 24 151 19 34
Octal 244 147 176 0 45 27 44 521 31 64
Binary 10100100 1100111 1111110 0 100101 10111 100100 101010001 11001 110100

Color Harmonies of #A4677E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4677E

Black with #A4677E

Text Example


Text Example

White with #A4677E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4677E; }

 p { color: rgb(164,103,126); }

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

background-color css

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

 a { background-color: rgb(164,103,126); }

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

border-color css

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

 span { border-color: rgb(164,103,126); }

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