Html Css Color HEX #A5888E Tapestry

📋 copy color: '#A5888E'

red 165 ◦ green 136 ◦ blue 142

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

Shades of Tapestry #A5888E

Tints of Tapestry #A5888E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 32.05%

R = 37.25%
G = 30.7%
B = 32.05%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.14

 K value IS 0.35

RGB Variations

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

Color information

#A5888E (or 0xA5888E) is known color: Tapestry. HEX triplet: A5, 88 and 8E. RGB value is (165,136,142). Sum of RGB (Red+Green+Blue) = 165+136+142=443 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.25% from 443); Green value is 136 (53.52% from 255 or 30.70% from 443); Blue value is 142 (55.86% from 255 or 32.05% from 443); Max value from RGB is 165 - color contains mainly: red. Hex color #A5888E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5888E is #5A7771. Grayscale: #919191. Windows color (decimal): -5928818 or 9341093. OLE color: 9341093.

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

Color convert

RGB 165 136 142 -
CMYK 0 0.18 0.14 0.35
HSL 347.59º 0.14% 0.59% -
HSV(B) 347.59º 0.18% 0.65% -
XYZ 29.2 27.56 29.37 -
YUV 145.36 126.11 142.01 -
System Red Green Blue C M Y K H S L
Decimal 165 136 142 0 0.18 0.14 0.35 347.59 0.14 0.59
Hex A5 88 8E 0 12 E 23 15C E 3B
Octal 245 210 216 0 22 16 43 534 16 73
Binary 10100101 10001000 10001110 0 10010 1110 100011 101011100 1110 111011

Color Harmonies of #A5888E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5888E

Black with #A5888E

Text Example


Text Example

White with #A5888E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5888E; }

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

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

background-color css

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

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

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

border-color css

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

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

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