#A7827F

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

Shades of Opium #A7827F

Tints of Opium #A7827F

Color information

#A7827F (or 0xA7827F) is unknown color: approx Opium. HEX triplet: A7, 82 and 7F. RGB value is (167,130,127). Sum of RGB (Red+Green+Blue) = 167+130+127=424 (56% of max value = 765). Red value is 167 (65.62% from 255 or 39.39% from 424); Green value is 130 (51.17% from 255 or 30.66% from 424); Blue value is 127 (50% from 255 or 29.95% from 424); Max value from RGB is 167 - color contains mainly: red. Hex color #A7827F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7827F is #587D80. Grayscale: #8C8C8C. Windows color (decimal): -5799297 or 8356519. OLE color: 8356519.

HSL color Cylindrical-coordinate representation of color #A7827F: hue angle of 4.5º degrees, saturation: 0.19, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A7827F is Cyan = 0, Magento = 0.22, Yellow = 0.24 and Black (K on CMYK) = 0.35.

Color convert

RGB167130127-
CMYK00.220.240.35
HSL4.5º18.52%57.65%-
HSV(B)4.5º23.95%65.49%-
XYZ27.7525.7123.58-
YUV140.72120.26146.74-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 39.39%
GREEN value IS 130 (51.17% from 255) = 30.66%
BLUE value IS 127 (50% from 255) = 29.95%
R=39.39%
G=30.66%
B=29.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.24
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16713012700.220.240.354.518.5257.65
HexA7827F01618235133a
Octal247202177026304352372
Binary101001111000001011111110101101100010001110110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7827F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7827F; }

 p { color: rgb(167,130,127); }

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

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

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

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

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

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

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