Html Css Color HEX #A58784 Opium

📋 copy color: '#A58784'

red 165 ◦ green 135 ◦ blue 132

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

Shades of Opium #A58784

Tints of Opium #A58784

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 30.56%

R = 38.19%
G = 31.25%
B = 30.56%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.20

 K value IS 0.35

RGB Variations

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

Color information

#A58784 (or 0xA58784) is known color: Opium. HEX triplet: A5, 87 and 84. RGB value is (165,135,132). Sum of RGB (Red+Green+Blue) = 165+135+132=432 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.19% from 432); Green value is 135 (53.12% from 255 or 31.25% from 432); Blue value is 132 (51.95% from 255 or 30.56% from 432); Max value from RGB is 165 - color contains mainly: red. Hex color #A58784 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A58784 is #5A787B. Grayscale: #8F8F8F. Windows color (decimal): -5929084 or 8685477. OLE color: 8685477.

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

Color convert

RGB 165 135 132 -
CMYK 0 0.18 0.20 0.35
HSL 5.45º 0.15% 0.58% -
HSV(B) 5.45º 0.2% 0.65% -
XYZ 28.35 26.99 25.55 -
YUV 143.63 121.44 143.24 -
System Red Green Blue C M Y K H S L
Decimal 165 135 132 0 0.18 0.20 0.35 5.45 0.15 0.58
Hex A5 87 84 0 12 14 23 5 F 3A
Octal 245 207 204 0 22 24 43 5 17 72
Binary 10100101 10000111 10000100 0 10010 10100 100011 101 1111 111010

Color Harmonies of #A58784

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58784

Black with #A58784

Text Example


Text Example

White with #A58784

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58784; }

 p { color: rgb(165,135,132); }

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

background-color css

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

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

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

border-color css

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

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

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