Html Css Color HEX #A28180 Opium

📋 copy color: '#A28180'

red 162 ◦ green 129 ◦ blue 128

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

Shades of Opium #A28180

Tints of Opium #A28180

RGB

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

 GREEN value IS 129 (50.78% from 255) = 30.79%

 BLUE value IS 128 (50.39% from 255) = 30.55%

R = 38.66%
G = 30.79%
B = 30.55%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.21

 K value IS 0.36

RGB Variations

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

Color information

#A28180 (or 0xA28180) is known color: Opium. HEX triplet: A2, 81 and 80. RGB value is (162,129,128). Sum of RGB (Red+Green+Blue) = 162+129+128=419 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.66% from 419); Green value is 129 (50.78% from 255 or 30.79% from 419); Blue value is 128 (50.39% from 255 or 30.55% from 419); Max value from RGB is 162 - color contains mainly: red. Hex color #A28180 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A28180 is #5D7E7F. Grayscale: #8A8A8A. Windows color (decimal): -6127232 or 8421794. OLE color: 8421794.

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

Color convert

RGB 162 129 128 -
CMYK 0 0.20 0.21 0.36
HSL 1.76º 0.15% 0.57% -
HSV(B) 1.76º 0.21% 0.64% -
XYZ 26.65 24.94 23.83 -
YUV 138.75 121.93 144.58 -
System Red Green Blue C M Y K H S L
Decimal 162 129 128 0 0.20 0.21 0.36 1.76 0.15 0.57
Hex A2 81 80 0 14 15 24 2 F 39
Octal 242 201 200 0 24 25 44 2 17 71
Binary 10100010 10000001 10000000 0 10100 10101 100100 10 1111 111001

Color Harmonies of #A28180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28180

Black with #A28180

Text Example


Text Example

White with #A28180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28180; }

 p { color: rgb(162,129,128); }

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

background-color css

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

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

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

border-color css

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

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

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