Html Css Color HEX #A08786 Opium

📋 copy color: '#A08786'

red 160 ◦ green 135 ◦ blue 134

#A08786
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Opium #A08786

Tints of Opium #A08786

RGB

 RED value IS 160 (62.89% from 255) = 37.3%

 GREEN value IS 135 (53.13% from 255) = 31.47%

 BLUE value IS 134 (52.73% from 255) = 31.24%

R = 37.3%
G = 31.47%
B = 31.24%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.16

 K value IS 0.37

RGB Variations

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

Color information

#A08786 (or 0xA08786) is known color: Opium. HEX triplet: A0, 87 and 86. RGB value is (160,135,134). Sum of RGB (Red+Green+Blue) = 160+135+134=429 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.30% from 429); Green value is 135 (53.12% from 255 or 31.47% from 429); Blue value is 134 (52.73% from 255 or 31.24% from 429); Max value from RGB is 160 - color contains mainly: red. Hex color #A08786 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A08786 is #5F7879. Grayscale: #8E8E8E. Windows color (decimal): -6256762 or 8816544. OLE color: 8816544.

HSL color Cylindrical-coordinate representation of color #A08786: hue angle of 2.31º degrees, saturation: 0.12, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A08786 is Cyan = 0, Magento = 0.16, Yellow = 0.16 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 135 134 -
CMYK 0 0.16 0.16 0.37
HSL 2.31º 0.12% 0.58% -
HSV(B) 2.31º 0.16% 0.63% -
XYZ 27.46 26.52 26.23 -
YUV 142.36 123.28 140.58 -
System Red Green Blue C M Y K H S L
Decimal 160 135 134 0 0.16 0.16 0.37 2.31 0.12 0.58
Hex A0 87 86 0 10 10 25 2 C 3A
Octal 240 207 206 0 20 20 45 2 14 72
Binary 10100000 10000111 10000110 0 10000 10000 100101 10 1100 111010

Color Harmonies of #A08786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08786

Black with #A08786

Text Example


Text Example

White with #A08786

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08786; }

 p { color: rgb(160,135,134); }

 H1.HeaderClassName
 {
   color: #A08786;
 }
 .AnyTagClassName
 {
   color: #A08786;
 }
</style>

background-color css

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

 a { background-color: rgb(160,135,134); }

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

border-color css

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

 span { border-color: rgb(160,135,134); }

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