Html Css Color HEX #A4808D Tapestry

📋 copy color: '#A4808D'

red 164 ◦ green 128 ◦ blue 141

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

Shades of Tapestry #A4808D

Tints of Tapestry #A4808D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 32.56%

R = 37.88%
G = 29.56%
B = 32.56%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.14

 K value IS 0.36

RGB Variations

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

Color information

#A4808D (or 0xA4808D) is known color: Tapestry. HEX triplet: A4, 80 and 8D. RGB value is (164,128,141). Sum of RGB (Red+Green+Blue) = 164+128+141=433 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.88% from 433); Green value is 128 (50.39% from 255 or 29.56% from 433); Blue value is 141 (55.47% from 255 or 32.56% from 433); Max value from RGB is 164 - color contains mainly: red. Hex color #A4808D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4808D is #5B7F72. Grayscale: #8C8C8C. Windows color (decimal): -5996403 or 9273508. OLE color: 9273508.

HSL color Cylindrical-coordinate representation of color #A4808D: hue angle of 338.33º 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 #A4808D is Cyan = 0, Magento = 0.22, Yellow = 0.14 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 128 141 -
CMYK 0 0.22 0.14 0.36
HSL 338.33º 0.17% 0.57% -
HSV(B) 338.33º 0.22% 0.64% -
XYZ 27.84 25.25 28.61 -
YUV 140.25 128.43 144.94 -
System Red Green Blue C M Y K H S L
Decimal 164 128 141 0 0.22 0.14 0.36 338.33 0.17 0.57
Hex A4 80 8D 0 16 E 24 152 11 39
Octal 244 200 215 0 26 16 44 522 21 71
Binary 10100100 10000000 10001101 0 10110 1110 100100 101010010 10001 111001

Color Harmonies of #A4808D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4808D

Black with #A4808D

Text Example


Text Example

White with #A4808D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4808D; }

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

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

background-color css

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

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

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

border-color css

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

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

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