#A48783

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

Shades of Opium #A48783

Tints of Opium #A48783

Color information

#A48783 (or 0xA48783) is unknown color: approx Opium. HEX triplet: A4, 87 and 83. RGB value is (164,135,131). Sum of RGB (Red+Green+Blue) = 164+135+131=430 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.14% from 430); Green value is 135 (53.12% from 255 or 31.40% from 430); Blue value is 131 (51.56% from 255 or 30.47% from 430); Max value from RGB is 164 - color contains mainly: red. Hex color #A48783 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A48783 is #5B787C. Grayscale: #8F8F8F. Windows color (decimal): -5994621 or 8619940. OLE color: 8619940.

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

Color convert

RGB164135131-
CMYK00.180.200.36
HSL7.27º15.35%57.84%-
HSV(B)7.27º20.12%64.31%-
XYZ28.0726.8625.18-
YUV143.22121.11142.83-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 38.14%
GREEN value IS 135 (53.12% from 255) = 31.40%
BLUE value IS 131 (51.56% from 255) = 30.47%
R=38.14%
G=31.40%
B=30.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.20
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16413513100.180.200.367.2715.3557.84
HexA4878301214247f3a
Octal244207203022244471772
Binary101001001000011110000011010010101001001001111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48783

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48783; }

 p { color: rgb(164,135,131); }

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

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

 a { background-color: rgb(164,135,131); }

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

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

 span { border-color: rgb(164,135,131); }

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