#A47B7B

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

Shades of Opium #A47B7B

Tints of Opium #A47B7B

Color information

#A47B7B (or 0xA47B7B) is unknown color: approx Opium. HEX triplet: A4, 7B and 7B. RGB value is (164,123,123). Sum of RGB (Red+Green+Blue) = 164+123+123=410 (54% of max value = 765). Red value is 164 (64.45% from 255 or 40% from 410); Green value is 123 (48.44% from 255 or 30% from 410); Blue value is 123 (48.44% from 255 or 30% from 410); Max value from RGB is 164 - color contains mainly: red. Hex color #A47B7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47B7B is #5B8484. Grayscale: #878787. Windows color (decimal): -5997701 or 8092580. OLE color: 8092580.

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

Color convert

RGB164123123-
CMYK00.250.250.36
HSL18.39%56.27%-
HSV(B)25%64.31%-
XYZ25.9723.4921.9-
YUV135.26121.08148.5-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 40%
GREEN value IS 123 (48.44% from 255) = 30%
BLUE value IS 123 (48.44% from 255) = 30%
R=40%
G=30%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.25
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16412312300.250.250.36018.3956.27
HexA47B7B019192401238
Octal244173173031314402270
Binary101001001111011111101101100111001100100010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47B7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47B7B; }

 p { color: rgb(164,123,123); }

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

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

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

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

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

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

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