#A37975

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

Shades of Opium #A37975

Tints of Opium #A37975

Color information

#A37975 (or 0xA37975) is unknown color: approx Opium. HEX triplet: A3, 79 and 75. RGB value is (163,121,117). Sum of RGB (Red+Green+Blue) = 163+121+117=401 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.65% from 401); Green value is 121 (47.66% from 255 or 30.17% from 401); Blue value is 117 (46.09% from 255 or 29.18% from 401); Max value from RGB is 163 - color contains mainly: red. Hex color #A37975 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A37975 is #5C868A. Grayscale: #858585. Windows color (decimal): -6063755 or 7698851. OLE color: 7698851.

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

Color convert

RGB163121117-
CMYK00.260.280.36
HSL5.22º20%54.9%-
HSV(B)5.22º28.22%63.92%-
XYZ25.1522.7519.89-
YUV133.1118.91149.33-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 40.65%
GREEN value IS 121 (47.66% from 255) = 30.17%
BLUE value IS 117 (46.09% from 255) = 29.18%
R=40.65%
G=30.17%
B=29.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.28
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16312111700.260.280.365.222054.9
HexA3797501A1C2451437
Octal243171165032344452467
Binary10100011111100111101010110101110010010010110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37975; }

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

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

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

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

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

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

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

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