#A78585

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

Shades of Opium #A78585

Tints of Opium #A78585

Color information

#A78585 (or 0xA78585) is unknown color: approx Opium. HEX triplet: A7, 85 and 85. RGB value is (167,133,133). Sum of RGB (Red+Green+Blue) = 167+133+133=433 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.57% from 433); Green value is 133 (52.34% from 255 or 30.72% from 433); Blue value is 133 (52.34% from 255 or 30.72% from 433); Max value from RGB is 167 - color contains mainly: red. Hex color #A78585 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A78585 is #587A7A. Grayscale: #8F8F8F. Windows color (decimal): -5798523 or 8750503. OLE color: 8750503.

HSL color Cylindrical-coordinate representation of color #A78585: hue angle of 0º degrees, saturation: 0.16, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A78585 is Cyan = 0, Magento = 0.20, Yellow = 0.20 and Black (K on CMYK) = 0.35.

Color convert

RGB167133133-
CMYK00.200.200.35
HSL16.19%58.82%-
HSV(B)20.36%65.49%-
XYZ28.5626.6825.84-
YUV143.17122.26145-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 38.57%
GREEN value IS 133 (52.34% from 255) = 30.72%
BLUE value IS 133 (52.34% from 255) = 30.72%
R=38.57%
G=30.72%
B=30.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.20
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16713313300.200.200.35016.1958.82
HexA7858501414230103b
Octal247205205024244302073
Binary10100111100001011000010101010010100100011010000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A78585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A78585; }

 p { color: rgb(167,133,133); }

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

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

 a { background-color: rgb(167,133,133); }

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

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

 span { border-color: rgb(167,133,133); }

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