#A47775

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

Shades of Opium #A47775

Tints of Opium #A47775

Color information

#A47775 (or 0xA47775) is unknown color: approx Opium. HEX triplet: A4, 77 and 75. RGB value is (164,119,117). Sum of RGB (Red+Green+Blue) = 164+119+117=400 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41% from 400); Green value is 119 (46.88% from 255 or 29.75% from 400); Blue value is 117 (46.09% from 255 or 29.25% from 400); Max value from RGB is 164 - color contains mainly: red. Hex color #A47775 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47775 is #5B888A. Grayscale: #848484. Windows color (decimal): -5998731 or 7698340. OLE color: 7698340.

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

Color convert

RGB164119117-
CMYK00.270.290.36
HSL2.55º20.52%55.1%-
HSV(B)2.55º28.66%64.31%-
XYZ25.1222.3719.82-
YUV132.23119.41150.66-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 41%
GREEN value IS 119 (46.88% from 255) = 29.75%
BLUE value IS 117 (46.09% from 255) = 29.25%
R=41%
G=29.75%
B=29.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.29
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16411911700.270.290.362.5520.5255.1
HexA4777501B1D2431537
Octal244167165033354432567
Binary1010010011101111110101011011111011001001110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47775; }

 p { color: rgb(164,119,117); }

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

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

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

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

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

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

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