Html Css Color HEX #A3837D Opium

📋 copy color: '#A3837D'

red 163 ◦ green 131 ◦ blue 125

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

Shades of Opium #A3837D

Tints of Opium #A3837D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 29.83%

R = 38.9%
G = 31.26%
B = 29.83%

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

#A3837D (or 0xA3837D) is known color: Opium. HEX triplet: A3, 83 and 7D. RGB value is (163,131,125). Sum of RGB (Red+Green+Blue) = 163+131+125=419 (55% of max value = 765). Red value is 163 (64.06% from 255 or 38.90% from 419); Green value is 131 (51.56% from 255 or 31.26% from 419); Blue value is 125 (49.22% from 255 or 29.83% from 419); Max value from RGB is 163 - color contains mainly: red. Hex color #A3837D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3837D is #5C7C82. Grayscale: #8B8B8B. Windows color (decimal): -6061187 or 8225699. OLE color: 8225699.

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

Color convert

RGB 163 131 125 -
CMYK 0 0.20 0.23 0.36
HSL 9.47º 0.17% 0.56% -
HSV(B) 9.47º 0.23% 0.64% -
XYZ 26.92 25.5 22.91 -
YUV 139.88 119.6 144.49 -
System Red Green Blue C M Y K H S L
Decimal 163 131 125 0 0.20 0.23 0.36 9.47 0.17 0.56
Hex A3 83 7D 0 14 17 24 9 11 38
Octal 243 203 175 0 24 27 44 11 21 70
Binary 10100011 10000011 1111101 0 10100 10111 100100 1001 10001 111000

Color Harmonies of #A3837D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3837D

Black with #A3837D

Text Example


Text Example

White with #A3837D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3837D; }

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

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

background-color css

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

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

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

border-color css

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

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

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