Html Css Color HEX #A28988 Opium

📋 copy color: '#A28988'

red 162 ◦ green 137 ◦ blue 136

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

Shades of Opium #A28988

Tints of Opium #A28988

RGB

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

 GREEN value IS 137 (53.91% from 255) = 31.49%

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

R = 37.24%
G = 31.49%
B = 31.26%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.16

 K value IS 0.36

RGB Variations

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

Color information

#A28988 (or 0xA28988) is known color: Opium. HEX triplet: A2, 89 and 88. RGB value is (162,137,136). Sum of RGB (Red+Green+Blue) = 162+137+136=435 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.24% from 435); Green value is 137 (53.91% from 255 or 31.49% from 435); Blue value is 136 (53.52% from 255 or 31.26% from 435); Max value from RGB is 162 - color contains mainly: red. Hex color #A28988 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A28988 is #5D7677. Grayscale: #909090. Windows color (decimal): -6125176 or 8948130. OLE color: 8948130.

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

Color convert

RGB 162 137 136 -
CMYK 0 0.15 0.16 0.36
HSL 2.31º 0.12% 0.58% -
HSV(B) 2.31º 0.16% 0.64% -
XYZ 28.29 27.35 27.08 -
YUV 144.36 123.28 140.58 -
System Red Green Blue C M Y K H S L
Decimal 162 137 136 0 0.15 0.16 0.36 2.31 0.12 0.58
Hex A2 89 88 0 F 10 24 2 C 3A
Octal 242 211 210 0 17 20 44 2 14 72
Binary 10100010 10001001 10001000 0 1111 10000 100100 10 1100 111010

Color Harmonies of #A28988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28988

Black with #A28988

Text Example


Text Example

White with #A28988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28988; }

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

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

background-color css

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

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

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

border-color css

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

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

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