#A27975

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

Shades of Opium #A27975

Tints of Opium #A27975

Color information

#A27975 (or 0xA27975) is unknown color: approx Opium. HEX triplet: A2, 79 and 75. RGB value is (162,121,117). Sum of RGB (Red+Green+Blue) = 162+121+117=400 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.5% from 400); Green value is 121 (47.66% from 255 or 30.25% from 400); Blue value is 117 (46.09% from 255 or 29.25% from 400); Max value from RGB is 162 - color contains mainly: red. Hex color #A27975 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A27975 is #5D868A. Grayscale: #848484. Windows color (decimal): -6129291 or 7698850. OLE color: 7698850.

HSL color Cylindrical-coordinate representation of color #A27975: hue angle of 5.33º 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 #A27975 is Cyan = 0, Magento = 0.25, Yellow = 0.28 and Black (K on CMYK) = 0.36.

Color convert

RGB162121117-
CMYK00.250.280.36
HSL5.33º19.48%54.71%-
HSV(B)5.33º27.78%63.53%-
XYZ24.9522.6419.88-
YUV132.8119.08148.83-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 40.5%
GREEN value IS 121 (47.66% from 255) = 30.25%
BLUE value IS 117 (46.09% from 255) = 29.25%
R=40.5%
G=30.25%
B=29.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.28
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16212111700.250.280.365.3319.4854.71
HexA279750191C2451337
Octal242171165031344452367
Binary10100010111100111101010110011110010010010110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27975; }

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

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

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

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

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

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

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

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