Html Css Color HEX #A08583 Opium

📋 copy color: '#A08583'

red 160 ◦ green 133 ◦ blue 131

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

Shades of Opium #A08583

Tints of Opium #A08583

RGB

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

 GREEN value IS 133 (52.34% from 255) = 31.37%

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

R = 37.74%
G = 31.37%
B = 30.9%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.18

 K value IS 0.37

RGB Variations

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

Color information

#A08583 (or 0xA08583) is known color: Opium. HEX triplet: A0, 85 and 83. RGB value is (160,133,131). Sum of RGB (Red+Green+Blue) = 160+133+131=424 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.74% from 424); Green value is 133 (52.34% from 255 or 31.37% from 424); Blue value is 131 (51.56% from 255 or 30.90% from 424); Max value from RGB is 160 - color contains mainly: red. Hex color #A08583 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A08583 is #5F7A7C. Grayscale: #8C8C8C. Windows color (decimal): -6257277 or 8619424. OLE color: 8619424.

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

Color convert

RGB 160 133 131 -
CMYK 0 0.17 0.18 0.37
HSL 4.14º 0.13% 0.57% -
HSV(B) 4.14º 0.18% 0.63% -
XYZ 26.98 25.89 25.05 -
YUV 140.85 122.45 141.66 -
System Red Green Blue C M Y K H S L
Decimal 160 133 131 0 0.17 0.18 0.37 4.14 0.13 0.57
Hex A0 85 83 0 11 12 25 4 D 39
Octal 240 205 203 0 21 22 45 4 15 71
Binary 10100000 10000101 10000011 0 10001 10010 100101 100 1101 111001

Color Harmonies of #A08583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08583

Black with #A08583

Text Example


Text Example

White with #A08583

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08583; }

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

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

background-color css

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

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

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

border-color css

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

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

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