#A27775

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

Shades of Opium #A27775

Tints of Opium #A27775

Color information

#A27775 (or 0xA27775) is unknown color: approx Opium. HEX triplet: A2, 77 and 75. RGB value is (162,119,117). Sum of RGB (Red+Green+Blue) = 162+119+117=398 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.70% from 398); Green value is 119 (46.88% from 255 or 29.90% from 398); Blue value is 117 (46.09% from 255 or 29.40% from 398); Max value from RGB is 162 - color contains mainly: red. Hex color #A27775 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A27775 is #5D888A. Grayscale: #838383. Windows color (decimal): -6129803 or 7698338. OLE color: 7698338.

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

Color convert

RGB162119117-
CMYK00.270.280.36
HSL2.67º19.48%54.71%-
HSV(B)2.67º27.78%63.53%-
XYZ24.7122.1619.8-
YUV131.63119.75149.66-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 40.70%
GREEN value IS 119 (46.88% from 255) = 29.90%
BLUE value IS 117 (46.09% from 255) = 29.40%
R=40.70%
G=29.90%
B=29.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.28
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16211911700.270.280.362.6719.4854.71
HexA2777501B1C2431337
Octal242167165033344432367
Binary1010001011101111110101011011111001001001110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27775; }

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

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

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

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

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

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

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

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