Html Css Color HEX #A28989 Opium

📋 copy color: '#A28989'

red 162 ◦ green 137 ◦ blue 137

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

Shades of Opium #A28989

Tints of Opium #A28989

RGB

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

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

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

R = 37.16%
G = 31.42%
B = 31.42%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.15

 K value IS 0.36

RGB Variations

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

Color information

#A28989 (or 0xA28989) is known color: Opium. HEX triplet: A2, 89 and 89. RGB value is (162,137,137). Sum of RGB (Red+Green+Blue) = 162+137+137=436 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.16% from 436); Green value is 137 (53.91% from 255 or 31.42% from 436); Blue value is 137 (53.91% from 255 or 31.42% from 436); Max value from RGB is 162 - color contains mainly: red. Hex color #A28989 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A28989 is #5D7676. Grayscale: #909090. Windows color (decimal): -6125175 or 9013666. OLE color: 9013666.

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

Color convert

RGB 162 137 137 -
CMYK 0 0.15 0.15 0.36
HSL 0.12% 0.59% -
HSV(B) 0.15% 0.64% -
XYZ 28.36 27.38 27.46 -
YUV 144.48 123.78 140.5 -
System Red Green Blue C M Y K H S L
Decimal 162 137 137 0 0.15 0.15 0.36 0 0.12 0.59
Hex A2 89 89 0 F F 24 0 C 3B
Octal 242 211 211 0 17 17 44 0 14 73
Binary 10100010 10001001 10001001 0 1111 1111 100100 0 1100 111011

Color Harmonies of #A28989

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28989

Black with #A28989

Text Example


Text Example

White with #A28989

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28989; }

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

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

background-color css

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

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

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

border-color css

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

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

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