Html Css Color HEX #A08783 Opium

📋 copy color: '#A08783'

red 160 ◦ green 135 ◦ blue 131

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

Shades of Opium #A08783

Tints of Opium #A08783

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 30.75%

R = 37.56%
G = 31.69%
B = 30.75%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.18

 K value IS 0.37

RGB Variations

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

Color information

#A08783 (or 0xA08783) is known color: Opium. HEX triplet: A0, 87 and 83. RGB value is (160,135,131). Sum of RGB (Red+Green+Blue) = 160+135+131=426 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.56% from 426); Green value is 135 (53.12% from 255 or 31.69% from 426); Blue value is 131 (51.56% from 255 or 30.75% from 426); Max value from RGB is 160 - color contains mainly: red. Hex color #A08783 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A08783 is #5F787C. Grayscale: #8E8E8E. Windows color (decimal): -6256765 or 8619936. OLE color: 8619936.

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

Color convert

RGB 160 135 131 -
CMYK 0 0.16 0.18 0.37
HSL 8.28º 0.13% 0.57% -
HSV(B) 8.28º 0.18% 0.63% -
XYZ 27.26 26.44 25.14 -
YUV 142.02 121.78 140.83 -
System Red Green Blue C M Y K H S L
Decimal 160 135 131 0 0.16 0.18 0.37 8.28 0.13 0.57
Hex A0 87 83 0 10 12 25 8 D 39
Octal 240 207 203 0 20 22 45 10 15 71
Binary 10100000 10000111 10000011 0 10000 10010 100101 1000 1101 111001

Color Harmonies of #A08783

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08783

Black with #A08783

Text Example


Text Example

White with #A08783

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08783; }

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

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

background-color css

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

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

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

border-color css

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

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

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