Html Css Color HEX #A58686 Opium

📋 copy color: '#A58686'

red 165 ◦ green 134 ◦ blue 134

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

Shades of Opium #A58686

Tints of Opium #A58686

RGB

 RED value IS 165 (64.84% from 255) = 38.11%

 GREEN value IS 134 (52.73% from 255) = 30.95%

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

R = 38.11%
G = 30.95%
B = 30.95%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.19

 K value IS 0.35

RGB Variations

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

Color information

#A58686 (or 0xA58686) is known color: Opium. HEX triplet: A5, 86 and 86. RGB value is (165,134,134). Sum of RGB (Red+Green+Blue) = 165+134+134=433 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.11% from 433); Green value is 134 (52.73% from 255 or 30.95% from 433); Blue value is 134 (52.73% from 255 or 30.95% from 433); Max value from RGB is 165 - color contains mainly: red. Hex color #A58686 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A58686 is #5A7979. Grayscale: #8F8F8F. Windows color (decimal): -5929338 or 8816293. OLE color: 8816293.

HSL color Cylindrical-coordinate representation of color #A58686: hue angle of 0º degrees, saturation: 0.15, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A58686 is Cyan = 0, Magento = 0.19, Yellow = 0.19 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 134 134 -
CMYK 0 0.19 0.19 0.35
HSL 0.15% 0.59% -
HSV(B) 0.19% 0.65% -
XYZ 28.35 26.77 26.23 -
YUV 143.27 122.77 143.5 -
System Red Green Blue C M Y K H S L
Decimal 165 134 134 0 0.19 0.19 0.35 0 0.15 0.59
Hex A5 86 86 0 13 13 23 0 F 3B
Octal 245 206 206 0 23 23 43 0 17 73
Binary 10100101 10000110 10000110 0 10011 10011 100011 0 1111 111011

Color Harmonies of #A58686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58686

Black with #A58686

Text Example


Text Example

White with #A58686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58686; }

 p { color: rgb(165,134,134); }

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

background-color css

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

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

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

border-color css

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

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

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