#A27B79

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

Shades of Opium #A27B79

Tints of Opium #A27B79

Color information

#A27B79 (or 0xA27B79) is unknown color: approx Opium. HEX triplet: A2, 7B and 79. RGB value is (162,123,121). Sum of RGB (Red+Green+Blue) = 162+123+121=406 (53% of max value = 765). Red value is 162 (63.67% from 255 or 39.90% from 406); Green value is 123 (48.44% from 255 or 30.30% from 406); Blue value is 121 (47.66% from 255 or 29.80% from 406); Max value from RGB is 162 - color contains mainly: red. Hex color #A27B79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A27B79 is #5D8486. Grayscale: #868686. Windows color (decimal): -6128775 or 7961506. OLE color: 7961506.

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

Color convert

RGB162123121-
CMYK00.240.250.36
HSL2.93º18.06%55.49%-
HSV(B)2.93º25.31%63.53%-
XYZ25.4323.2321.23-
YUV134.43120.42147.66-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 39.90%
GREEN value IS 123 (48.44% from 255) = 30.30%
BLUE value IS 121 (47.66% from 255) = 29.80%
R=39.90%
G=30.30%
B=29.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.25
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16212312100.240.250.362.9318.0655.49
HexA27B79018192431237
Octal242173171030314432267
Binary1010001011110111111001011000110011001001110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27B79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27B79; }

 p { color: rgb(162,123,121); }

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

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

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

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

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

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

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