Html Css Color HEX #A08483 Opium

📋 copy color: '#A08483'

red 160 ◦ green 132 ◦ blue 131

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

Shades of Opium #A08483

Tints of Opium #A08483

RGB

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

 GREEN value IS 132 (51.95% from 255) = 31.21%

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

R = 37.83%
G = 31.21%
B = 30.97%

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

#A08483 (or 0xA08483) is known color: Opium. HEX triplet: A0, 84 and 83. RGB value is (160,132,131). Sum of RGB (Red+Green+Blue) = 160+132+131=423 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.83% from 423); Green value is 132 (51.95% from 255 or 31.21% from 423); Blue value is 131 (51.56% from 255 or 30.97% from 423); Max value from RGB is 160 - color contains mainly: red. Hex color #A08483 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A08483 is #5F7B7C. Grayscale: #8C8C8C. Windows color (decimal): -6257533 or 8619168. OLE color: 8619168.

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

Color convert

RGB 160 132 131 -
CMYK 0 0.17 0.18 0.37
HSL 2.07º 0.13% 0.57% -
HSV(B) 2.07º 0.18% 0.63% -
XYZ 26.85 25.61 25 -
YUV 140.26 122.78 142.08 -
System Red Green Blue C M Y K H S L
Decimal 160 132 131 0 0.17 0.18 0.37 2.07 0.13 0.57
Hex A0 84 83 0 11 12 25 2 D 39
Octal 240 204 203 0 21 22 45 2 15 71
Binary 10100000 10000100 10000011 0 10001 10010 100101 10 1101 111001

Color Harmonies of #A08483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08483

Black with #A08483

Text Example


Text Example

White with #A08483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08483; }

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

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

background-color css

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

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

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

border-color css

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

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

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