#A47675

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

Shades of Opium #A47675

Tints of Opium #A47675

Color information

#A47675 (or 0xA47675) is unknown color: approx Opium. HEX triplet: A4, 76 and 75. RGB value is (164,118,117). Sum of RGB (Red+Green+Blue) = 164+118+117=399 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.10% from 399); Green value is 118 (46.48% from 255 or 29.57% from 399); Blue value is 117 (46.09% from 255 or 29.32% from 399); Max value from RGB is 164 - color contains mainly: red. Hex color #A47675 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47675 is #5B898A. Grayscale: #838383. Windows color (decimal): -5998987 or 7698084. OLE color: 7698084.

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

Color convert

RGB164118117-
CMYK00.280.290.36
HSL1.28º20.52%55.1%-
HSV(B)1.28º28.66%64.31%-
XYZ2522.1319.78-
YUV131.64119.74151.08-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 41.10%
GREEN value IS 118 (46.48% from 255) = 29.57%
BLUE value IS 117 (46.09% from 255) = 29.32%
R=41.10%
G=29.57%
B=29.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.29
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16411811700.280.290.361.2820.5255.1
HexA4767501C1D2411537
Octal244166165034354412567
Binary101001001110110111010101110011101100100110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47675; }

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

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

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

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

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

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

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

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