Html Css Color HEX #A5888D Tapestry

📋 copy color: '#A5888D'

red 165 ◦ green 136 ◦ blue 141

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

Shades of Tapestry #A5888D

Tints of Tapestry #A5888D

RGB

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

 GREEN value IS 136 (53.52% from 255) = 30.77%

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

R = 37.33%
G = 30.77%
B = 31.9%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.15

 K value IS 0.35

RGB Variations

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

Color information

#A5888D (or 0xA5888D) is known color: Tapestry. HEX triplet: A5, 88 and 8D. RGB value is (165,136,141). Sum of RGB (Red+Green+Blue) = 165+136+141=442 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.33% from 442); Green value is 136 (53.52% from 255 or 30.77% from 442); Blue value is 141 (55.47% from 255 or 31.90% from 442); Max value from RGB is 165 - color contains mainly: red. Hex color #A5888D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5888D is #5A7772. Grayscale: #919191. Windows color (decimal): -5928819 or 9275557. OLE color: 9275557.

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

Color convert

RGB 165 136 141 -
CMYK 0 0.18 0.15 0.35
HSL 349.66º 0.14% 0.59% -
HSV(B) 349.66º 0.18% 0.65% -
XYZ 29.13 27.53 28.98 -
YUV 145.24 125.61 142.09 -
System Red Green Blue C M Y K H S L
Decimal 165 136 141 0 0.18 0.15 0.35 349.66 0.14 0.59
Hex A5 88 8D 0 12 F 23 15E E 3B
Octal 245 210 215 0 22 17 43 536 16 73
Binary 10100101 10001000 10001101 0 10010 1111 100011 101011110 1110 111011

Color Harmonies of #A5888D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5888D

Black with #A5888D

Text Example


Text Example

White with #A5888D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5888D; }

 p { color: rgb(165,136,141); }

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

background-color css

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

 a { background-color: rgb(165,136,141); }

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

border-color css

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

 span { border-color: rgb(165,136,141); }

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