Html Css Color HEX #A28887 Opium

📋 copy color: '#A28887'

red 162 ◦ green 136 ◦ blue 135

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

Shades of Opium #A28887

Tints of Opium #A28887

RGB

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

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

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

R = 37.41%
G = 31.41%
B = 31.18%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.17

 K value IS 0.36

RGB Variations

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

Color information

#A28887 (or 0xA28887) is known color: Opium. HEX triplet: A2, 88 and 87. RGB value is (162,136,135). Sum of RGB (Red+Green+Blue) = 162+136+135=433 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.41% from 433); Green value is 136 (53.52% from 255 or 31.41% from 433); Blue value is 135 (53.12% from 255 or 31.18% from 433); Max value from RGB is 162 - color contains mainly: red. Hex color #A28887 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A28887 is #5D7778. Grayscale: #8F8F8F. Windows color (decimal): -6125433 or 8882338. OLE color: 8882338.

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

Color convert

RGB 162 136 135 -
CMYK 0 0.16 0.17 0.36
HSL 2.22º 0.13% 0.58% -
HSV(B) 2.22º 0.17% 0.64% -
XYZ 28.08 27.04 26.66 -
YUV 143.66 123.11 141.08 -
System Red Green Blue C M Y K H S L
Decimal 162 136 135 0 0.16 0.17 0.36 2.22 0.13 0.58
Hex A2 88 87 0 10 11 24 2 D 3A
Octal 242 210 207 0 20 21 44 2 15 72
Binary 10100010 10001000 10000111 0 10000 10001 100100 10 1101 111010

Color Harmonies of #A28887

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28887

Black with #A28887

Text Example


Text Example

White with #A28887

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28887; }

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

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

background-color css

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

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

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

border-color css

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

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

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