Html Css Color HEX #A3837E Opium

📋 copy color: '#A3837E'

red 163 ◦ green 131 ◦ blue 126

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

Shades of Opium #A3837E

Tints of Opium #A3837E

RGB

 RED value IS 163 (64.06% from 255) = 38.81%

 GREEN value IS 131 (51.56% from 255) = 31.19%

 BLUE value IS 126 (49.61% from 255) = 30%

R = 38.81%
G = 31.19%
B = 30%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.23

 K value IS 0.36

RGB Variations

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

Color information

#A3837E (or 0xA3837E) is known color: Opium. HEX triplet: A3, 83 and 7E. RGB value is (163,131,126). Sum of RGB (Red+Green+Blue) = 163+131+126=420 (55% of max value = 765). Red value is 163 (64.06% from 255 or 38.81% from 420); Green value is 131 (51.56% from 255 or 31.19% from 420); Blue value is 126 (49.61% from 255 or 30% from 420); Max value from RGB is 163 - color contains mainly: red. Hex color #A3837E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3837E is #5C7C81. Grayscale: #8C8C8C. Windows color (decimal): -6061186 or 8291235. OLE color: 8291235.

HSL color Cylindrical-coordinate representation of color #A3837E: hue angle of 8.11º degrees, saturation: 0.17, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A3837E is Cyan = 0, Magento = 0.20, Yellow = 0.23 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 131 126 -
CMYK 0 0.20 0.23 0.36
HSL 8.11º 0.17% 0.57% -
HSV(B) 8.11º 0.23% 0.64% -
XYZ 26.99 25.53 23.24 -
YUV 140 120.1 144.41 -
System Red Green Blue C M Y K H S L
Decimal 163 131 126 0 0.20 0.23 0.36 8.11 0.17 0.57
Hex A3 83 7E 0 14 17 24 8 11 39
Octal 243 203 176 0 24 27 44 10 21 71
Binary 10100011 10000011 1111110 0 10100 10111 100100 1000 10001 111001

Color Harmonies of #A3837E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3837E

Black with #A3837E

Text Example


Text Example

White with #A3837E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3837E; }

 p { color: rgb(163,131,126); }

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

background-color css

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

 a { background-color: rgb(163,131,126); }

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

border-color css

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

 span { border-color: rgb(163,131,126); }

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