Html Css Color HEX #A4687C Tapestry

📋 copy color: '#A4687C'

red 164 ◦ green 104 ◦ blue 124

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

Shades of Tapestry #A4687C

Tints of Tapestry #A4687C

RGB

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

 GREEN value IS 104 (41.02% from 255) = 26.53%

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

R = 41.84%
G = 26.53%
B = 31.63%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.24

 K value IS 0.36

RGB Variations

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

Color information

#A4687C (or 0xA4687C) is known color: Tapestry. HEX triplet: A4, 68 and 7C. RGB value is (164,104,124). Sum of RGB (Red+Green+Blue) = 164+104+124=392 (51% of max value = 765). Red value is 164 (64.45% from 255 or 41.84% from 392); Green value is 104 (41.02% from 255 or 26.53% from 392); Blue value is 124 (48.83% from 255 or 31.63% from 392); Max value from RGB is 164 - color contains mainly: red. Hex color #A4687C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4687C is #5B9783. Grayscale: #7C7C7C. Windows color (decimal): -6002564 or 8153252. OLE color: 8153252.

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

Color convert

RGB 164 104 124 -
CMYK 0 0.37 0.24 0.36
HSL 340º 0.25% 0.53% -
HSV(B) 340º 0.37% 0.64% -
XYZ 23.9 19.25 21.52 -
YUV 124.22 127.88 156.37 -
System Red Green Blue C M Y K H S L
Decimal 164 104 124 0 0.37 0.24 0.36 340 0.25 0.53
Hex A4 68 7C 0 25 18 24 154 19 35
Octal 244 150 174 0 45 30 44 524 31 65
Binary 10100100 1101000 1111100 0 100101 11000 100100 101010100 11001 110101

Color Harmonies of #A4687C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4687C

Black with #A4687C

Text Example


Text Example

White with #A4687C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4687C; }

 p { color: rgb(164,104,124); }

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

background-color css

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

 a { background-color: rgb(164,104,124); }

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

border-color css

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

 span { border-color: rgb(164,104,124); }

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