Html Css Color HEX #A3827F Opium

📋 copy color: '#A3827F'

red 163 ◦ green 130 ◦ blue 127

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

Shades of Opium #A3827F

Tints of Opium #A3827F

RGB

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

 GREEN value IS 130 (51.17% from 255) = 30.95%

 BLUE value IS 127 (50% from 255) = 30.24%

R = 38.81%
G = 30.95%
B = 30.24%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.22

 K value IS 0.36

RGB Variations

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

Color information

#A3827F (or 0xA3827F) is known color: Opium. HEX triplet: A3, 82 and 7F. RGB value is (163,130,127). Sum of RGB (Red+Green+Blue) = 163+130+127=420 (55% of max value = 765). Red value is 163 (64.06% from 255 or 38.81% from 420); Green value is 130 (51.17% from 255 or 30.95% from 420); Blue value is 127 (50% from 255 or 30.24% from 420); Max value from RGB is 163 - color contains mainly: red. Hex color #A3827F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3827F is #5C7D80. Grayscale: #8B8B8B. Windows color (decimal): -6061441 or 8356515. OLE color: 8356515.

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

Color convert

RGB 163 130 127 -
CMYK 0 0.20 0.22 0.36
HSL 0.16% 0.57% -
HSV(B) 0.22% 0.64% -
XYZ 26.92 25.28 23.54 -
YUV 139.53 120.93 144.74 -
System Red Green Blue C M Y K H S L
Decimal 163 130 127 0 0.20 0.22 0.36 5 0.16 0.57
Hex A3 82 7F 0 14 16 24 5 10 39
Octal 243 202 177 0 24 26 44 5 20 71
Binary 10100011 10000010 1111111 0 10100 10110 100100 101 10000 111001

Color Harmonies of #A3827F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3827F

Black with #A3827F

Text Example


Text Example

White with #A3827F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3827F; }

 p { color: rgb(163,130,127); }

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

background-color css

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

 a { background-color: rgb(163,130,127); }

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

border-color css

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

 span { border-color: rgb(163,130,127); }

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