Html Css Color HEX #A5818A Tapestry

📋 copy color: '#A5818A'

red 165 ◦ green 129 ◦ blue 138

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

Shades of Tapestry #A5818A

Tints of Tapestry #A5818A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 31.94%

R = 38.19%
G = 29.86%
B = 31.94%

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

#A5818A (or 0xA5818A) is known color: Tapestry. HEX triplet: A5, 81 and 8A. RGB value is (165,129,138). Sum of RGB (Red+Green+Blue) = 165+129+138=432 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.19% from 432); Green value is 129 (50.78% from 255 or 29.86% from 432); Blue value is 138 (54.30% from 255 or 31.94% from 432); Max value from RGB is 165 - color contains mainly: red. Hex color #A5818A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5818A is #5A7E75. Grayscale: #8C8C8C. Windows color (decimal): -5930614 or 9077157. OLE color: 9077157.

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

Color convert

RGB 165 129 138 -
CMYK 0 0.22 0.16 0.35
HSL 345º 0.17% 0.58% -
HSV(B) 345º 0.22% 0.65% -
XYZ 27.95 25.53 27.5 -
YUV 140.79 126.43 145.27 -
System Red Green Blue C M Y K H S L
Decimal 165 129 138 0 0.22 0.16 0.35 345 0.17 0.58
Hex A5 81 8A 0 16 10 23 159 11 3A
Octal 245 201 212 0 26 20 43 531 21 72
Binary 10100101 10000001 10001010 0 10110 10000 100011 101011001 10001 111010

Color Harmonies of #A5818A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5818A

Black with #A5818A

Text Example


Text Example

White with #A5818A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5818A; }

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

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

background-color css

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

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

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

border-color css

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

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

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