Html Css Color HEX #A28289 Tapestry

📋 copy color: '#A28289'

red 162 ◦ green 130 ◦ blue 137

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

Shades of Tapestry #A28289

Tints of Tapestry #A28289

RGB

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

 GREEN value IS 130 (51.17% from 255) = 30.3%

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

R = 37.76%
G = 30.3%
B = 31.93%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.15

 K value IS 0.36

RGB Variations

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

Color information

#A28289 (or 0xA28289) is known color: Tapestry. HEX triplet: A2, 82 and 89. RGB value is (162,130,137). Sum of RGB (Red+Green+Blue) = 162+130+137=429 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.76% from 429); Green value is 130 (51.17% from 255 or 30.30% from 429); Blue value is 137 (53.91% from 255 or 31.93% from 429); Max value from RGB is 162 - color contains mainly: red. Hex color #A28289 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A28289 is #5D7D76. Grayscale: #8C8C8C. Windows color (decimal): -6126967 or 9011874. OLE color: 9011874.

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

Color convert

RGB 162 130 137 -
CMYK 0 0.20 0.15 0.36
HSL 346.88º 0.15% 0.57% -
HSV(B) 346.88º 0.2% 0.64% -
XYZ 27.4 25.45 27.14 -
YUV 140.37 126.1 143.43 -
System Red Green Blue C M Y K H S L
Decimal 162 130 137 0 0.20 0.15 0.36 346.88 0.15 0.57
Hex A2 82 89 0 14 F 24 15B F 39
Octal 242 202 211 0 24 17 44 533 17 71
Binary 10100010 10000010 10001001 0 10100 1111 100100 101011011 1111 111001

Color Harmonies of #A28289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28289

Black with #A28289

Text Example


Text Example

White with #A28289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28289; }

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

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

background-color css

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

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

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

border-color css

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

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

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