Html Css Color HEX #A28288 Tapestry

📋 copy color: '#A28288'

red 162 ◦ green 130 ◦ blue 136

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

Shades of Tapestry #A28288

Tints of Tapestry #A28288

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 31.78%

R = 37.85%
G = 30.37%
B = 31.78%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.16

 K value IS 0.36

RGB Variations

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

Color information

#A28288 (or 0xA28288) is known color: Tapestry. HEX triplet: A2, 82 and 88. RGB value is (162,130,136). Sum of RGB (Red+Green+Blue) = 162+130+136=428 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.85% from 428); Green value is 130 (51.17% from 255 or 30.37% from 428); Blue value is 136 (53.52% from 255 or 31.78% from 428); Max value from RGB is 162 - color contains mainly: red. Hex color #A28288 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A28288 is #5D7D77. Grayscale: #8C8C8C. Windows color (decimal): -6126968 or 8946338. OLE color: 8946338.

HSL color Cylindrical-coordinate representation of color #A28288: hue angle of 348.75º 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 #A28288 is Cyan = 0, Magento = 0.20, Yellow = 0.16 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 130 136 -
CMYK 0 0.20 0.16 0.36
HSL 348.75º 0.15% 0.57% -
HSV(B) 348.75º 0.2% 0.64% -
XYZ 27.33 25.42 26.76 -
YUV 140.25 125.6 143.51 -
System Red Green Blue C M Y K H S L
Decimal 162 130 136 0 0.20 0.16 0.36 348.75 0.15 0.57
Hex A2 82 88 0 14 10 24 15D F 39
Octal 242 202 210 0 24 20 44 535 17 71
Binary 10100010 10000010 10001000 0 10100 10000 100100 101011101 1111 111001

Color Harmonies of #A28288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28288

Black with #A28288

Text Example


Text Example

White with #A28288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28288; }

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

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

background-color css

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

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

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

border-color css

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

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

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