Html Css Color HEX #A08883 Opium

📋 copy color: '#A08883'

red 160 ◦ green 136 ◦ blue 131

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

Shades of Opium #A08883

Tints of Opium #A08883

RGB

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

 GREEN value IS 136 (53.52% from 255) = 31.85%

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

R = 37.47%
G = 31.85%
B = 30.68%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.18

 K value IS 0.37

RGB Variations

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

Color information

#A08883 (or 0xA08883) is known color: Opium. HEX triplet: A0, 88 and 83. RGB value is (160,136,131). Sum of RGB (Red+Green+Blue) = 160+136+131=427 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.47% from 427); Green value is 136 (53.52% from 255 or 31.85% from 427); Blue value is 131 (51.56% from 255 or 30.68% from 427); Max value from RGB is 160 - color contains mainly: red. Hex color #A08883 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A08883 is #5F777C. Grayscale: #8E8E8E. Windows color (decimal): -6256509 or 8620192. OLE color: 8620192.

HSL color Cylindrical-coordinate representation of color #A08883: hue angle of 10.34º 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 #A08883 is Cyan = 0, Magento = 0.15, Yellow = 0.18 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 136 131 -
CMYK 0 0.15 0.18 0.37
HSL 10.34º 0.13% 0.57% -
HSV(B) 10.34º 0.18% 0.63% -
XYZ 27.4 26.72 25.19 -
YUV 142.61 121.45 140.41 -
System Red Green Blue C M Y K H S L
Decimal 160 136 131 0 0.15 0.18 0.37 10.34 0.13 0.57
Hex A0 88 83 0 F 12 25 A D 39
Octal 240 210 203 0 17 22 45 12 15 71
Binary 10100000 10001000 10000011 0 1111 10010 100101 1010 1101 111001

Color Harmonies of #A08883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08883

Black with #A08883

Text Example


Text Example

White with #A08883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08883; }

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

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

background-color css

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

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

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

border-color css

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

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

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