Html Css Color HEX #A4808C Tapestry

📋 copy color: '#A4808C'

red 164 ◦ green 128 ◦ blue 140

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

Shades of Tapestry #A4808C

Tints of Tapestry #A4808C

RGB

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

 GREEN value IS 128 (50.39% from 255) = 29.63%

 BLUE value IS 140 (55.08% from 255) = 32.41%

R = 37.96%
G = 29.63%
B = 32.41%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.15

 K value IS 0.36

RGB Variations

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

Color information

#A4808C (or 0xA4808C) is known color: Tapestry. HEX triplet: A4, 80 and 8C. RGB value is (164,128,140). Sum of RGB (Red+Green+Blue) = 164+128+140=432 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.96% from 432); Green value is 128 (50.39% from 255 or 29.63% from 432); Blue value is 140 (55.08% from 255 or 32.41% from 432); Max value from RGB is 164 - color contains mainly: red. Hex color #A4808C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4808C is #5B7F73. Grayscale: #8C8C8C. Windows color (decimal): -5996404 or 9207972. OLE color: 9207972.

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

Color convert

RGB 164 128 140 -
CMYK 0 0.22 0.15 0.36
HSL 340º 0.17% 0.57% -
HSV(B) 340º 0.22% 0.64% -
XYZ 27.76 25.22 28.22 -
YUV 140.13 127.93 145.02 -
System Red Green Blue C M Y K H S L
Decimal 164 128 140 0 0.22 0.15 0.36 340 0.17 0.57
Hex A4 80 8C 0 16 F 24 154 11 39
Octal 244 200 214 0 26 17 44 524 21 71
Binary 10100100 10000000 10001100 0 10110 1111 100100 101010100 10001 111001

Color Harmonies of #A4808C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4808C

Black with #A4808C

Text Example


Text Example

White with #A4808C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4808C; }

 p { color: rgb(164,128,140); }

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

background-color css

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

 a { background-color: rgb(164,128,140); }

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

border-color css

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

 span { border-color: rgb(164,128,140); }

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