#A48180

Color #A48180 Opium (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Opium #A48180

Tints of Opium #A48180

Color information

#A48180 (or 0xA48180) is unknown color: approx Opium. HEX triplet: A4, 81 and 80. RGB value is (164,129,128). Sum of RGB (Red+Green+Blue) = 164+129+128=421 (55% of max value = 765). Red value is 164 (64.45% from 255 or 38.95% from 421); Green value is 129 (50.78% from 255 or 30.64% from 421); Blue value is 128 (50.39% from 255 or 30.40% from 421); Max value from RGB is 164 - color contains mainly: red. Hex color #A48180 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A48180 is #5B7E7F. Grayscale: #8B8B8B. Windows color (decimal): -5996160 or 8421796. OLE color: 8421796.

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

Color convert

RGB164129128-
CMYK00.210.220.36
HSL1.67º16.51%57.25%-
HSV(B)1.67º21.95%64.31%-
XYZ27.0625.1523.85-
YUV139.35121.6145.58-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 38.95%
GREEN value IS 129 (50.78% from 255) = 30.64%
BLUE value IS 128 (50.39% from 255) = 30.40%
R=38.95%
G=30.64%
B=30.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.22
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16412912800.210.220.361.6716.5157.25
HexA48180015162421139
Octal244201200025264422171
Binary101001001000000110000000010101101101001001010001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48180; }

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

 H1.HeaderClassName
 {
   color: #A48180;
 }
 .AnyTagClassName
 {
   color: #A48180;
 }
</style>
background-color css

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

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

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

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

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

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