Html Css Color HEX #A5808C Tapestry

📋 copy color: '#A5808C'

red 165 ◦ green 128 ◦ blue 140

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

Shades of Tapestry #A5808C

Tints of Tapestry #A5808C

RGB

 RED value IS 165 (64.84% from 255) = 38.11%

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

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

R = 38.11%
G = 29.56%
B = 32.33%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.15

 K value IS 0.35

RGB Variations

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

Color information

#A5808C (or 0xA5808C) is known color: Tapestry. HEX triplet: A5, 80 and 8C. RGB value is (165,128,140). Sum of RGB (Red+Green+Blue) = 165+128+140=433 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.11% from 433); Green value is 128 (50.39% from 255 or 29.56% from 433); Blue value is 140 (55.08% from 255 or 32.33% from 433); Max value from RGB is 165 - color contains mainly: red. Hex color #A5808C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5808C is #5A7F73. Grayscale: #8C8C8C. Windows color (decimal): -5930868 or 9207973. OLE color: 9207973.

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

Color convert

RGB 165 128 140 -
CMYK 0 0.22 0.15 0.35
HSL 340.54º 0.17% 0.57% -
HSV(B) 340.54º 0.22% 0.65% -
XYZ 27.97 25.33 28.23 -
YUV 140.43 127.76 145.52 -
System Red Green Blue C M Y K H S L
Decimal 165 128 140 0 0.22 0.15 0.35 340.54 0.17 0.57
Hex A5 80 8C 0 16 F 23 155 11 39
Octal 245 200 214 0 26 17 43 525 21 71
Binary 10100101 10000000 10001100 0 10110 1111 100011 101010101 10001 111001

Color Harmonies of #A5808C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5808C

Black with #A5808C

Text Example


Text Example

White with #A5808C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5808C; }

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

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

background-color css

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

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

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

border-color css

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

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

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