Html Css Color HEX #A5818B Tapestry

📋 copy color: '#A5818B'

red 165 ◦ green 129 ◦ blue 139

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

Shades of Tapestry #A5818B

Tints of Tapestry #A5818B

RGB

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

 GREEN value IS 129 (50.78% from 255) = 29.79%

 BLUE value IS 139 (54.69% from 255) = 32.1%

R = 38.11%
G = 29.79%
B = 32.1%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.16

 K value IS 0.35

RGB Variations

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

Color information

#A5818B (or 0xA5818B) is known color: Tapestry. HEX triplet: A5, 81 and 8B. RGB value is (165,129,139). Sum of RGB (Red+Green+Blue) = 165+129+139=433 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.11% from 433); Green value is 129 (50.78% from 255 or 29.79% from 433); Blue value is 139 (54.69% from 255 or 32.10% from 433); Max value from RGB is 165 - color contains mainly: red. Hex color #A5818B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5818B is #5A7E74. Grayscale: #8C8C8C. Windows color (decimal): -5930613 or 9142693. OLE color: 9142693.

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

Color convert

RGB 165 129 139 -
CMYK 0 0.22 0.16 0.35
HSL 343.33º 0.17% 0.58% -
HSV(B) 343.33º 0.22% 0.65% -
XYZ 28.03 25.56 27.88 -
YUV 140.9 126.93 145.19 -
System Red Green Blue C M Y K H S L
Decimal 165 129 139 0 0.22 0.16 0.35 343.33 0.17 0.58
Hex A5 81 8B 0 16 10 23 157 11 3A
Octal 245 201 213 0 26 20 43 527 21 72
Binary 10100101 10000001 10001011 0 10110 10000 100011 101010111 10001 111010

Color Harmonies of #A5818B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5818B

Black with #A5818B

Text Example


Text Example

White with #A5818B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5818B; }

 p { color: rgb(165,129,139); }

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

background-color css

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

 a { background-color: rgb(165,129,139); }

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

border-color css

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

 span { border-color: rgb(165,129,139); }

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