Html Css Color HEX #A28087 Tapestry

📋 copy color: '#A28087'

red 162 ◦ green 128 ◦ blue 135

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

Shades of Tapestry #A28087

Tints of Tapestry #A28087

RGB

 RED value IS 162 (63.67% from 255) = 38.12%

 GREEN value IS 128 (50.39% from 255) = 30.12%

 BLUE value IS 135 (53.13% from 255) = 31.76%

R = 38.12%
G = 30.12%
B = 31.76%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.17

 K value IS 0.36

RGB Variations

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

Color information

#A28087 (or 0xA28087) is known color: Tapestry. HEX triplet: A2, 80 and 87. RGB value is (162,128,135). Sum of RGB (Red+Green+Blue) = 162+128+135=425 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.12% from 425); Green value is 128 (50.39% from 255 or 30.12% from 425); Blue value is 135 (53.12% from 255 or 31.76% from 425); Max value from RGB is 162 - color contains mainly: red. Hex color #A28087 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A28087 is #5D7F78. Grayscale: #8A8A8A. Windows color (decimal): -6127481 or 8880290. OLE color: 8880290.

HSL color Cylindrical-coordinate representation of color #A28087: hue angle of 347.65º degrees, saturation: 0.15, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A28087 is Cyan = 0, Magento = 0.21, Yellow = 0.17 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 128 135 -
CMYK 0 0.21 0.17 0.36
HSL 347.65º 0.15% 0.57% -
HSV(B) 347.65º 0.21% 0.64% -
XYZ 26.99 24.87 26.3 -
YUV 138.96 125.76 144.43 -
System Red Green Blue C M Y K H S L
Decimal 162 128 135 0 0.21 0.17 0.36 347.65 0.15 0.57
Hex A2 80 87 0 15 11 24 15C F 39
Octal 242 200 207 0 25 21 44 534 17 71
Binary 10100010 10000000 10000111 0 10101 10001 100100 101011100 1111 111001

Color Harmonies of #A28087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28087

Black with #A28087

Text Example


Text Example

White with #A28087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28087; }

 p { color: rgb(162,128,135); }

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

background-color css

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

 a { background-color: rgb(162,128,135); }

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

border-color css

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

 span { border-color: rgb(162,128,135); }

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