Html Css Color HEX #A28A88 Opium

📋 copy color: '#A28A88'

red 162 ◦ green 138 ◦ blue 136

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

Shades of Opium #A28A88

Tints of Opium #A28A88

RGB

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

 GREEN value IS 138 (54.3% from 255) = 31.65%

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

R = 37.16%
G = 31.65%
B = 31.19%

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

#A28A88 (or 0xA28A88) is known color: Opium. HEX triplet: A2, 8A and 88. RGB value is (162,138,136). Sum of RGB (Red+Green+Blue) = 162+138+136=436 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.16% from 436); Green value is 138 (54.30% from 255 or 31.65% from 436); Blue value is 136 (53.52% from 255 or 31.19% from 436); Max value from RGB is 162 - color contains mainly: red. Hex color #A28A88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A28A88 is #5D7577. Grayscale: #909090. Windows color (decimal): -6124920 or 8948386. OLE color: 8948386.

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

Color convert

RGB 162 138 136 -
CMYK 0 0.15 0.16 0.36
HSL 4.62º 0.12% 0.58% -
HSV(B) 4.62º 0.16% 0.64% -
XYZ 28.43 27.64 27.13 -
YUV 144.95 122.95 140.16 -
System Red Green Blue C M Y K H S L
Decimal 162 138 136 0 0.15 0.16 0.36 4.62 0.12 0.58
Hex A2 8A 88 0 F 10 24 5 C 3A
Octal 242 212 210 0 17 20 44 5 14 72
Binary 10100010 10001010 10001000 0 1111 10000 100100 101 1100 111010

Color Harmonies of #A28A88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28A88

Black with #A28A88

Text Example


Text Example

White with #A28A88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28A88; }

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

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

background-color css

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

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

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

border-color css

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

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

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