Html Css Color HEX #A28489 Tapestry

📋 copy color: '#A28489'

red 162 ◦ green 132 ◦ blue 137

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

Shades of Tapestry #A28489

Tints of Tapestry #A28489

RGB

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

 GREEN value IS 132 (51.95% from 255) = 30.63%

 BLUE value IS 137 (53.91% from 255) = 31.79%

R = 37.59%
G = 30.63%
B = 31.79%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.15

 K value IS 0.36

RGB Variations

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

Color information

#A28489 (or 0xA28489) is known color: Tapestry. HEX triplet: A2, 84 and 89. RGB value is (162,132,137). Sum of RGB (Red+Green+Blue) = 162+132+137=431 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.59% from 431); Green value is 132 (51.95% from 255 or 30.63% from 431); Blue value is 137 (53.91% from 255 or 31.79% from 431); Max value from RGB is 162 - color contains mainly: red. Hex color #A28489 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A28489 is #5D7B76. Grayscale: #8D8D8D. Windows color (decimal): -6126455 or 9012386. OLE color: 9012386.

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

Color convert

RGB 162 132 137 -
CMYK 0 0.19 0.15 0.36
HSL 350º 0.14% 0.58% -
HSV(B) 350º 0.19% 0.64% -
XYZ 27.67 25.99 27.23 -
YUV 141.54 125.44 142.59 -
System Red Green Blue C M Y K H S L
Decimal 162 132 137 0 0.19 0.15 0.36 350 0.14 0.58
Hex A2 84 89 0 13 F 24 15E E 3A
Octal 242 204 211 0 23 17 44 536 16 72
Binary 10100010 10000100 10001001 0 10011 1111 100100 101011110 1110 111010

Color Harmonies of #A28489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28489

Black with #A28489

Text Example


Text Example

White with #A28489

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28489; }

 p { color: rgb(162,132,137); }

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

background-color css

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

 a { background-color: rgb(162,132,137); }

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

border-color css

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

 span { border-color: rgb(162,132,137); }

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