Html Css Color HEX #A5828C Tapestry

📋 copy color: '#A5828C'

red 165 ◦ green 130 ◦ blue 140

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

Shades of Tapestry #A5828C

Tints of Tapestry #A5828C

RGB

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

 GREEN value IS 130 (51.17% from 255) = 29.89%

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

R = 37.93%
G = 29.89%
B = 32.18%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.15

 K value IS 0.35

RGB Variations

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

Color information

#A5828C (or 0xA5828C) is known color: Tapestry. HEX triplet: A5, 82 and 8C. RGB value is (165,130,140). Sum of RGB (Red+Green+Blue) = 165+130+140=435 (57% of max value = 765). Red value is 165 (64.84% from 255 or 37.93% from 435); Green value is 130 (51.17% from 255 or 29.89% from 435); Blue value is 140 (55.08% from 255 or 32.18% from 435); Max value from RGB is 165 - color contains mainly: red. Hex color #A5828C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5828C is #5A7D73. Grayscale: #8D8D8D. Windows color (decimal): -5930356 or 9208485. OLE color: 9208485.

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

Color convert

RGB 165 130 140 -
CMYK 0 0.21 0.15 0.35
HSL 342.86º 0.16% 0.58% -
HSV(B) 342.86º 0.21% 0.65% -
XYZ 28.23 25.86 28.31 -
YUV 141.61 127.1 144.69 -
System Red Green Blue C M Y K H S L
Decimal 165 130 140 0 0.21 0.15 0.35 342.86 0.16 0.58
Hex A5 82 8C 0 15 F 23 157 10 3A
Octal 245 202 214 0 25 17 43 527 20 72
Binary 10100101 10000010 10001100 0 10101 1111 100011 101010111 10000 111010

Color Harmonies of #A5828C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5828C

Black with #A5828C

Text Example


Text Example

White with #A5828C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5828C; }

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

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

background-color css

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

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

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

border-color css

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

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

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